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.
***managed_system**: fetch HMC PCM data only for this managed system
33
34
***--sys-only**: skip partition metrics
34
35
***--samples <value>**: fetch the latest <value> samples. Each sample is averaging 30 seconds.
36
+
***--timeout <value>**: set a connection timeout
35
37
36
38
# Environment variables
37
39
@@ -53,6 +55,7 @@ hmc_managed_system="mysystem"
53
55
hmc_database="nmon2influxdbHMC"
54
56
hmc_data_retention="40d"
55
57
hmc_samples=10
58
+
hmc_timeout=30
56
59
{{< /highlight >}}
57
60
58
61
It's possible to set all CLI parameters. It's also possible to change the InfluxDB database name with **hmc_database** and change the data retention with **hmc_data_retention**.
0 commit comments