monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Customer Alert


From: Martin Pala
Subject: Re: Customer Alert
Date: Tue, 5 Oct 2010 17:09:01 +0200

Not in Monit ... M/Monit-2.3 however allows to execute scripts upon event based on custom rules ... see attached screenshot where rule to execute text-to-speach program upon event:



 

On Oct 5, 2010, at 4:34 PM, Mark Olliver wrote:

Hi,

Is is possible to make this a global alert, so instead of using alert to go to mail it uses the exec script instead?

Regards

Mark

On 1 October 2010 18:52, Martin Pala <address@hidden> wrote:
Hi,

yes, both Monit and M/Monit can execute script upon event.

Example:
 check file httpd.conf with path /usr/local/apache/conf/httpd.conf
     # Reload apache if the httpd.conf file was changed
     if changed checksum then exec "/usr/local/apache/bin/apachectl graceful"

See monit manual for more details: http://www.mmonit.com/monit/documentation/monit.html

Similar functionality is in M/Monit rules, manual here: http://www.mmonit.com/documentation/


Regards,
Martin


On Sep 30, 2010, at 4:25 PM, Mark Olliver wrote:

Hi All,

Is there a way to run a custom alert script instead of using email to alert. We have a monitoring system which looks after and logs all actions on our systems letting the correct people know depending on the alert and it would be good it we could plug in to this.

Thanks

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


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

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]