25 lines
619 B
Plaintext
25 lines
619 B
Plaintext
# Gather fritzbox status
|
|
[[inputs.fritzbox]]
|
|
## URLs of the devices to query including login credentials
|
|
urls = [ "http://user:password@fritz.box:49000/" ]
|
|
|
|
## The information to collect (see README for further details).
|
|
# collect = [
|
|
# "device",
|
|
# "wan",
|
|
# "ppp",
|
|
# "dsl",
|
|
# "wlan",
|
|
# ]
|
|
|
|
## The http timeout to use.
|
|
# timeout = "10s"
|
|
|
|
## 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 = false
|