Is there a way to include the result of check_nagios in the subject line of an e-mail?

Hari Sekhon harisekhon at gmail.com
Wed Jul 5 15:27:01 CEST 2006


Rimbert Rivera wrote:
>
> I have a Cron job running every two hours that runs check_nagios and 
> e-mails us the result.  Here's the command I'm using:
>
> /usr/local/nagios/libexec/check_nagios -F 
> /usr/local/nagios/var/status.log -e 5 -C /usr/local/nagios/bin/nagios 
> | mail -s"Nagios Status check (heartbeat)" email at domain.com
>
> The command e-mails the check_nagios output as the e-mail body.  Is 
> there a way to put it in the subject line instead?  I cannot figure it 
> out.  I don't think mail will let me do what I want.  Is there 
> something else I can use?  I'm using RedHat 9.
>
> - Rim
>
> Rimbert Rivera
> Manager, Information Technology
> COMTEX News Network
> rrivera at comtex.com
> (703) 820-2000
> Discover more about COMTEX at: _http://www.comtex.com/_
> This e-mail is intended solely for the person or entity to which it is 
> addressed and may contain confidential and/or privileged information. 
> Any review, dissemination, copying, printing or other use of this 
> e-mail by persons or entities other than the addressee is prohibited. 
> If you have received this e-mail in error, please contact the sender 
> immediately and delete the material from any computer.
>
> ------------------------------------------------------------------------
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ------------------------------------------------------------------------
>
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null
I see you're using /bin/mail, this way there is not, use perl or python 
or something and then you can do what you want, but I can't see how to 
do it with this command unless you pipe the output to a file and then 
inline cat the file just after the -s...

-h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20060705/dc404cab/attachment.html>
-------------- next part --------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list