adejoux / nmon2influxdb

Make NMON data dynamic with InfluxDB
GNU Affero General Public License v3.0
80 stars 29 forks source link

Added HMC logoff feature to avoid REST API idling session #74

Closed julfur closed 5 years ago

julfur commented 5 years ago

Hi,

This request is related to issue #73. This is my first pull request and the first time I try to contribute to a Go project, please bear this in mind in case I'm not doing it right :) This will not be the prettiest code !

This has been tested on my side successfully, there are no more idling session_id on the HMC.

lslogon -r webui -u | grep -i rest

Thanks, Julien

adejoux commented 5 years ago

Hello,

Thanks for the pull request :) It's a great addition.

Regards,

Alain