27 lines
807 B
Text
27 lines
807 B
Text
# Gather Icinga2 status
|
|
[[inputs.icinga2]]
|
|
## Required Icinga2 server address
|
|
# server = "https://localhost:5665"
|
|
|
|
## Collected Icinga2 objects ("services", "hosts")
|
|
## Specify at least one object to collect from /v1/objects endpoint.
|
|
# objects = ["services"]
|
|
|
|
## Collect metrics from /v1/status endpoint
|
|
## Choose from:
|
|
## "ApiListener", "CIB", "IdoMysqlConnection", "IdoPgsqlConnection"
|
|
# status = []
|
|
|
|
## Credentials for basic HTTP authentication
|
|
# username = "admin"
|
|
# password = "admin"
|
|
|
|
## Maximum time to receive response.
|
|
# response_timeout = "5s"
|
|
|
|
## Optional TLS Config
|
|
# tls_ca = "/etc/telegraf/ca.pem"
|
|
# tls_cert = "/etc/telegraf/cert.pem"
|
|
# tls_key = "/etc/telegraf/key.pem"
|
|
## Use TLS but skip chain & host verification
|
|
# insecure_skip_verify = true
|