1
0
Fork 0
telegraf/plugins/inputs/xtremio/sample.conf

19 lines
557 B
Text
Raw Permalink Normal View History

# 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