You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
The "nmon2influxdb hmc import" operation is failing during execution due to timeout.
$ nmon2influxdb hmc import
2018/08/28 13:05:16 Using configuration file /home//.nmon2influxdb.cfg
2018/08/28 13:05:16 Creating InfluxDB database hmc_influxdb
2018/08/28 13:05:16 Updating retention policy to keep only the last 45d0h0m0s days. Timestamp based.
2018/08/28 13:05:17 Fetching latest 2 hours performance metrics. See hmc_samples parameter.
2018/08/28 13:05:17 Getting list of managed systems
2018/08/28 13:05:47 Get https://***:12443/rest/api/uom/ManagedSystem: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I performed the same operation from Google Chrome with success. The amount of time it took to return was greater than 60s.
Perhaps a option in the configuration to set the timeout would be beneficial?