summaryrefslogtreecommitdiffstats
path: root/health/health.d/docker.conf
blob: f17028472ed97c605a38e854612413d94692a671 (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
     crit: $this > 0
     info: ${label:container_name} docker container health status is unhealthy
       to: sysadmin