From a836a244a3d2bdd4da1ee2641e3e957850668cea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 May 2023 18:27:04 +0200 Subject: Adding upstream version 1.39.0. Signed-off-by: Daniel Baumann --- health/health.d/docker.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 health/health.d/docker.conf (limited to 'health/health.d/docker.conf') diff --git a/health/health.d/docker.conf b/health/health.d/docker.conf new file mode 100644 index 00000000..f1702847 --- /dev/null +++ b/health/health.d/docker.conf @@ -0,0 +1,11 @@ + template: docker_container_unhealthy + on: docker.container_health_status + class: Errors + type: Containers +component: Docker + units: status + every: 10s + lookup: average -10s of unhealthy + crit: $this > 0 + info: ${label:container_name} docker container health status is unhealthy + to: sysadmin -- cgit v1.2.3