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:

Before:
~\n\nAdditional Info:\n\n$SERVICEOUTPUT$

After:
~\n\nInfo:\n\n$SERVICEOUTPUT$\n\nAdditional Info:\n\n$LONGSERVICEOUTPUT$

 A. Davis
 Email:     ncc...@gmail.com

 "There is no limit to what a man can accomplish
  if he doesn't care who gets the credit." - Ronald Reagan



Marc Powell wrote:
On Mar 31, 2009, at 4:19 PM, Andrew Davis wrote:

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.

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
Nagios-users@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
------------------------------------------------------------------------------
_______________________________________________
Nagios-users mailing list
Nagios-users@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

Reply via email to