On Feb 22, 2011, at 5:21 PM, David Bristow wrote:

> We would like not to recieve any alerts from monit for the time being.
> Would not having a "set alert" statement
> in monitrc accomplish that?


Yes, _not_ having a 'set alert' would accomplish that. Also make sure that you 
remove any 'alert email@address' also.

For instance if you have:

 set mailserver... 
 set mail-format... 
 set alert...

 check file monit with path "/usr/local/bin/monit" 
       if changed checksum then alert 
       alert [email protected]

Change this to:

 check file monit with path "/usr/local/bin/monit" 
       if changed checksum then alert

--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to