summaryrefslogtreecommitdiffstats
path: root/health/health.d/docker.conf
blob: 668614d4dcd29e7402ecfb1b59e670745380671e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
 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
  summary: Docker container ${label:container_name} health
     info: ${label:container_name} docker container health status is unhealthy
       to: sysadmin