telegraf/plugins/inputs/fritzbox/testdata/conf/valid.conf

29 lines
677 B
Plaintext

# Gather fritzbox status
[[inputs.fritzbox]]
## URLs of the devices to query including login credentials
urls = [
"http://boxuser:boxpassword@fritz.box:49000/",
"http://:repeaterpassword@fritz.repeater:49000/",
]
## The information to collect (see README for further details).
collect = [
"device",
"wan",
"ppp",
"dsl",
"wlan",
"hosts",
]
## The http timeout to use.
timeout = "1m"
## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
tls_key_pwd = "secret"
## Use TLS but skip chain & host verification
insecure_skip_verify = true