Page 1 of 1

Nagios Alert acknowledge

Posted: Tue Feb 11, 2014 4:41 am
by kalyan1709
Hi,

Is there a way for the Acknowledge alerts (e-mail and text) to include the comment that was put in by whomever acknowledged it?

Thanks,
KalyanP

Re: Nagios Alert acknowledge

Posted: Tue Feb 11, 2014 6:37 am
by edwardzg
When you want add comment to this put:

Code: Select all

Notes:$SERVICEACKCOMMENT$
at the end of notify-service-by-email to look like this:

Code: Select all

... Info:\n\n$SERVICEOUTPUT$\n\n Notes:$SERVICEACKCOMMENT$\n"

Re: Nagios Alert acknowledge

Posted: Tue Feb 11, 2014 5:10 pm
by tmcdonald
kalyan1709, this should work. Let us know how it turns out for you.

Re: Nagios Alert acknowledge

Posted: Thu Feb 13, 2014 7:16 am
by kalyan1709
Thanks edwardzg.
It worked well.

Re: Nagios Alert acknowledge

Posted: Thu Feb 13, 2014 10:28 am
by tmcdonald
Locking up thread.