Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
27
plugins/inputs/icinga2/sample.conf
Normal file
27
plugins/inputs/icinga2/sample.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue