Skip to content

Commit 5ce326c

Browse files
committed
[docker_daemon] whitelist health service checks yaml update.
1 parent 8eb8e1e commit 5ce326c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf.d/docker_daemon.yaml.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ instances:
5757
# Container Healthchecks are available starting with docker 1.12, enabling with older
5858
# versions will result in an UNKNOWN state for the service check.
5959
#
60+
# You should whitelist the container images you wish to submit health service checks for.
61+
# Example: ["tomcat", "nginx", "etcd"]
62+
#
6063
# health_service_checks: false
64+
# health_service_check_whitelist: []
6165

6266
# Collect images stats
6367
# Number of available active images and intermediate images as gauges.

0 commit comments

Comments
 (0)