From: Dinko Korunic Date: Wed, 27 Apr 2011 17:54:41 +0000 (+0200) Subject: - jednostavniji monit conf za alerting but not on {instance} varijantu.. X-Git-Tag: v5.1.2~4 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=monit-cn.git;a=commitdiff_plain;h=fd0cdc2556c7ee3513781cab829c19f93a9fc350 - jednostavniji monit conf za alerting but not on {instance} varijantu.. --- diff --git a/debian/postinst b/debian/postinst index 8afacff..7f1b54c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -57,15 +57,8 @@ if grep -q '@localhost' /etc/monit/monitrc; then fi # fix "but not on { changed } bug in monitrc -cp_check_and_sed '^set alert [^[:space:]]*@[^[:space:]]* (but )?not on { changed }$' \ - 's/^set alert \([^[:space:]]*@[^[:space:]]*\) .*$/set alert \1 only on { uid, gid, size, nonexist, data, icmp, instance, invalid, exec, timeout, resource, checksum, match, timestamp, connection, permission }/g' \ - /etc/monit/monitrc || true - -# if alert for "changed" is enabled, disable it ASAP -# we're waiting for "but not on { changed }" to enter in official -# package... cp_check_and_sed '^set alert [^[:space:]]*@[^[:space:]]*$' \ - 's/^set alert \([^[:space:]]*@[^[:space:]]*\)$/set alert \1 only on { uid, gid, size, nonexist, data, icmp, instance, invalid, exec, timeout, resource, checksum, match, timestamp, connection, permission }/g' \ + 's/^set alert \([^[:space:]]*@[^[:space:]]*\) .*$/set alert \1 but not on { instance }/g' \ /etc/monit/monitrc || true # (re)generate monit.d files