From 56c1e0185677168aa509b9001a7f78c951314e07 Mon Sep 17 00:00:00 2001 From: "Daniele Verducci (Slimpenguin)" Date: Fri, 15 Apr 2022 08:59:10 +0200 Subject: [PATCH] Fixed dummy check --- .gitignore | 1 + healthcheck/healthcheck.cfg.example | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7103328..f087824 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.cfg +healthcheck/healthcheck-virtualenv diff --git a/healthcheck/healthcheck.cfg.example b/healthcheck/healthcheck.cfg.example index 6df75d4..c3543b2 100644 --- a/healthcheck/healthcheck.cfg.example +++ b/healthcheck/healthcheck.cfg.example @@ -212,5 +212,5 @@ COMMAND=nc -z -w 3 192.168.1.123 80 > /dev/null && echo "Online" || echo "Offlin [dummy_always_alarm] # A dummy check that is always in alarm. Useful for testing notifications. DISABLED=True -ALARM_STRING_NOT_EQUAL=Core meltdown! +ALARM_STRING_EQUAL=Core meltdown! COMMAND=echo "Core meltdown!"