diff options
Diffstat (limited to 'health/health.d/dockerd.conf')
-rw-r--r-- | health/health.d/dockerd.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/health/health.d/dockerd.conf b/health/health.d/dockerd.conf index 122d82b8..ba866f81 100644 --- a/health/health.d/dockerd.conf +++ b/health/health.d/dockerd.conf @@ -1,8 +1,11 @@ -template: docker_unhealthy_containers - on: docker.unhealthy_containers - units: unhealthy containers - every: 10s - lookup: average -10s - crit: $this > 0 - info: average number of unhealthy docker containers over the last 10 seconds - to: sysadmin + template: docker_unhealthy_containers + on: docker.unhealthy_containers + class: Containers +component: Docker + type: Errors + units: unhealthy containers + every: 10s + lookup: average -10s + crit: $this > 0 + info: average number of unhealthy docker containers over the last 10 seconds + to: sysadmin |