docker.conf 328 B

1234567891011
  1. template: docker_container_unhealthy
  2. on: docker.container_health_status
  3. class: Errors
  4. type: Containers
  5. component: Docker
  6. units: status
  7. every: 10s
  8. lookup: average -10s of unhealthy
  9. warn: $this > 0
  10. info: ${label:container_name} docker container health status is unhealthy
  11. to: sysadmin