<!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="#000099">
Perhaps I need to ask a clarification question... in my
checkcommands.cfg, should I change $SERVICEOUTPUT$ to
$LONGSERVICEOUTPUT$ or should I add the $LONGSERVICEOUTPUT$ macro to
the notify-service-by-email command? I'm thinking that some tests will
write some data to $SERVICEOUTPUT$, but others can include additional
info with $LONGSERVICEOUTPUT$, so rather than change $SERVICEOUTPUT$ to
$LONGSERVICEOUTPUT$, I should add it? Perhaps something like this:<br>
<br>
Before:<br>
~\n\nAdditional Info:\n\n$SERVICEOUTPUT$<br>
<br>
After:<br>
~\n\nInfo:\n\n$SERVICEOUTPUT$\n\nAdditional Info:\n\n$LONGSERVICEOUTPUT$<br>
<pre class="moz-signature" cols="72">
  A. Davis
  Email:     <a class="moz-txt-link-abbreviated" href="mailto:nccomp@gmail.com">nccomp@gmail.com</a>

  "There is no limit to what a man can accomplish
   if he doesn't care who gets the credit." - Ronald Reagan
</pre>
<br>
<br>
Marc Powell wrote:
<blockquote cite="mid:307AE687-452E-40BB-B519-8AE2345325C1@ena.com"
 type="cite">
  <pre wrap="">On Mar 31, 2009, at 4:19 PM, Andrew Davis wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">This seems to have worked for the WARNING or CRITICAL notifications,  
but not for recovery emails. If I grep for "Additional Info" in my  
checkcommands.cfg, it only matches for the "notify-service-by-email"  
command definition, yet in recovery emails, I still see the  
"Additional Info" line at the bottom, but no content. Any ideas on  
how I would get the $LONGSERVICEOUPUT$ in a recovery email as well.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It should just work. I'm not aware of, nor can I find any difference  
in the code for handling macros differently based on the notification  
type. Maybe I'm overlooking it but I haven't heard of the problem  
before...

--
Marc


------------------------------------------------------------------------------
_______________________________________________
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>
</body>
</html>