<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Rimbert Rivera wrote:
<blockquote
 cite="midE1F190DAC247C64FAA46B38316FA151D04498DB5@EX-101.mail.navisite.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="MS Exchange Server version 6.5.7638.1">
  <title>Is there a way to include the result of check_nagios in the
subject line of an e-mail?</title>
<!-- Converted from text/rtf format -->
  <p><font face="Arial" size="2">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:</font></p>
  <p><font face="Arial" size="2">/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)"
<a class="moz-txt-link-abbreviated" href="mailto:email@domain.com">email@domain.com</a></font></p>
  <p><font face="Arial" size="2">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.</font></p>
  <p><font color="#808000" face="Arial">- Rim</font>
  </p>
  <p><font color="#808000" face="Arial">Rimbert Rivera</font>
  <br>
  <font color="#808000" face="Arial">Manager, Information Technology</font>
  <br>
  <font color="#808000" face="Arial">COMTEX News Network</font>
  <br>
  <font color="#808000" face="Arial"><a class="moz-txt-link-abbreviated" href="mailto:rrivera@comtex.com">rrivera@comtex.com</a></font>
  <br>
  <font color="#808000" face="Arial">(703) 820-2000</font>
  <br>
  <font color="#808000" face="Arial">Discover more about COMTEX at: </font><a
 href="http://www.comtex.com/"><u><font color="#0000ff" face="Arial">http://www.comtex.com/</font></u></a>
  <br>
  <font color="#808000" face="Arial">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.</font></p>
  <pre wrap="">
<hr size="4" width="90%">
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
<a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null</pre>
</blockquote>
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...<br>
<br>
-h<br>
</body>
</html>