X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=c985739b91c0e2381b6ac11a1805e698154ae010;hb=d379da102c006ea8fd137777251a653550007800;hp=8afacffa09ef325667f87043ecdef0a2a9c99981;hpb=df07fec32ca932aceaf632787b8872e84ff1735d;p=monit-cn.git diff --git a/debian/postinst b/debian/postinst index 8afacff..c985739 100755 --- a/debian/postinst +++ b/debian/postinst @@ -56,16 +56,9 @@ if grep -q '@localhost' /etc/monit/monitrc; then /etc/monit/monitrc || true 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' \ +# migrate to "but not on { instance }" alerting style +cp_check_and_sed '^set alert [^[:space:]]*@[^[:space:]]* ' \ + 's/^set alert \([^[:space:]]*@[^[:space:]]*\) .*$/set alert \1 but not on { instance }/g' \ /etc/monit/monitrc || true # (re)generate monit.d files