dockerd.conf 330 B

1234567891011
  1. template: docker_unhealthy_containers
  2. on: docker.unhealthy_containers
  3. class: Errors
  4. type: Containers
  5. component: Docker
  6. units: unhealthy containers
  7. every: 10s
  8. lookup: average -10s
  9. crit: $this > 0
  10. info: average number of unhealthy docker containers over the last 10 seconds
  11. to: sysadmin