summaryrefslogtreecommitdiffstats
path: root/health/health.d/docker.conf
blob: 01919dc0d7bb2a68495d2025c4acf71a8c47891e (plain)
1
2
3
4
5
6
7
8
9
10
11
 template: docker_container_unhealthy
       on: docker.container_health_status
    class: Errors
     type: Containers
component: Docker
    units: status
    every: 10s
   lookup: average -10s of unhealthy
     warn: $this > 0
     info: ${label:container_name} docker container health status is unhealthy
       to: sysadmin