1
0
Fork 0
telegraf/plugins/inputs/xtremio/sample.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

18 lines
557 B
Text

# Gathers Metrics From a Dell EMC XtremIO Storage Array's V3 API
[[inputs.xtremio]]
## XtremIO User Interface Endpoint
url = "https://xtremio.example.com/" # required
## Credentials
username = "user1"
password = "pass123"
## Metrics to collect from the XtremIO
# collectors = ["bbus","clusters","ssds","volumes","xms"]
## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
## Use SSL but skip chain & host verification
# insecure_skip_verify = false