diff options
Diffstat (limited to 'health/health.d/docker.conf')
-rw-r--r-- | health/health.d/docker.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/docker.conf b/health/health.d/docker.conf index f17028472..01919dc0d 100644 --- a/health/health.d/docker.conf +++ b/health/health.d/docker.conf @@ -6,6 +6,6 @@ component: Docker units: status every: 10s lookup: average -10s of unhealthy - crit: $this > 0 + warn: $this > 0 info: ${label:container_name} docker container health status is unhealthy to: sysadmin |