monit-general
[Top][All Lists]
Advanced

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

Re: Shell script output in monit alert


From: Martin Pala
Subject: Re: Shell script output in monit alert
Date: Mon, 30 May 2011 13:26:12 +0200

Hi,

you can use "exec" action instead of "alert" to execute custom script which can 
also send mail (using /usr/bin/mail for example). The script will get 
information from monit via environment variables, more details here:
http://www.mmonit.com/monit/documentation/monit.html#environment

Regards,
Martin


On May 30, 2011, at 1:03 PM, Rowan Wookey wrote:

> Hi,
> 
> Does anyone know if it's possible to have the output of a shell script appear 
> in a monit alert. I've tried adding this
> 
> set alert address@hidden with mail-format {
>     message: Monit $ACTION $SERVICE at $DATE on $HOST: $DESCRIPTION.
>            Yours sincerely,
>            monit
>               `free -m`
> }
> 
> 
> But that doesn't execute the `free -m`
> 
> Regards
> 
> Rowan
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

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