Fixed dummy check
This commit is contained in:
parent
cd146018de
commit
56c1e01856
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*.cfg
|
*.cfg
|
||||||
|
healthcheck/healthcheck-virtualenv
|
||||||
|
@ -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!"
|
||||||
|
Loading…
Reference in New Issue
Block a user