mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-06 09:21:36 +01:00
imonitor: default rule is non matching
This commit is contained in:
parent
cb965fd0a3
commit
082a0160a2
1 changed files with 8 additions and 8 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue