Fixed dummy check

This commit is contained in:
Daniele Verducci (Slimpenguin) 2022-04-15 08:59:10 +02:00
parent cd146018de
commit 56c1e01856
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.cfg *.cfg
healthcheck/healthcheck-virtualenv

View File

@ -212,5 +212,5 @@ COMMAND=nc -z -w 3 192.168.1.123 80 > /dev/null && echo "Online" || echo "Offlin
[dummy_always_alarm] [dummy_always_alarm]
# A dummy check that is always in alarm. Useful for testing notifications. # A dummy check that is always in alarm. Useful for testing notifications.
DISABLED=True DISABLED=True
ALARM_STRING_NOT_EQUAL=Core meltdown! ALARM_STRING_EQUAL=Core meltdown!
COMMAND=echo "Core meltdown!" COMMAND=echo "Core meltdown!"