From 082a0160a2ed16d9f0cbf17159b3576aa1f2fc27 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 15 Jun 2018 14:04:40 +0200 Subject: [PATCH] imonitor: default rule is non matching --- imonitor/files/etc/config/imonitor | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/imonitor/files/etc/config/imonitor b/imonitor/files/etc/config/imonitor index 206865080..f36d85e5b 100644 --- a/imonitor/files/etc/config/imonitor +++ b/imonitor/files/etc/config/imonitor @@ -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'