imonitor: default rule is non matching

This commit is contained in:
Sukru Senli 2018-06-15 14:04:40 +02:00
parent cb965fd0a3
commit 082a0160a2

View file

@ -1,9 +1,9 @@
#config monitor
# option app 'test'
# option test 'echo test'
# option stream 'stdout'
# option string_match 'test'
# option execute 'echo executing'
# option interval '10'
# option nr_tests '2'
config monitor
option app 'test'
option test 'echo test'
option stream 'stdout'
option string_match 'TEST'
option execute 'echo executing test'
option interval '10'
option nr_tests '2'