We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb8e1e commit 5ce326cCopy full SHA for 5ce326c
conf.d/docker_daemon.yaml.example
@@ -57,7 +57,11 @@ instances:
57
# Container Healthchecks are available starting with docker 1.12, enabling with older
58
# versions will result in an UNKNOWN state for the service check.
59
#
60
+ # You should whitelist the container images you wish to submit health service checks for.
61
+ # Example: ["tomcat", "nginx", "etcd"]
62
+ #
63
# health_service_checks: false
64
+ # health_service_check_whitelist: []
65
66
# Collect images stats
67
# Number of available active images and intermediate images as gauges.
0 commit comments