mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-31 14:48:07 +02:00
11 lines
411 B
Plaintext
11 lines
411 B
Plaintext
- module: docker
|
|
metricsets: ["container", "cpu", "diskio", "healthcheck", "info", "memory", "network"]
|
|
hosts: ["unix:///var/run/docker.sock"]
|
|
period: 10s
|
|
|
|
# To connect to Docker over TLS you must specify a client and CA certificate.
|
|
#ssl:
|
|
#certificate_authority: "/etc/pki/root/ca.pem"
|
|
#certificate: "/etc/pki/client/cert.pem"
|
|
#key: "/etc/pki/client/cert.key"
|