The following dashboards are provided for use with data from the Telegraf influxdb input.
The following input plugin configuration is required to provide the data for these dashboards.
[[inputs.influxdb]]
urls = [
"http://192.0.2.11:8086/debug/vars"
]
# tls_ca = "/etc/telegraf/ca.pem"
# tls_cert = "/etc/telegraf/cert.pem"
# tls_key = "/etc/telegraf/key.pem"
# insecure_skip_verify = false
## http request & header timeout
timeout = "5s"