Nagios Alert acknowledge

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kalyan1709
Posts: 43
Joined: Tue Oct 16, 2012 12:45 am

Nagios Alert acknowledge

Post 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
edwardzg
Posts: 21
Joined: Fri Jan 10, 2014 5:11 am

Re: Nagios Alert acknowledge

Post 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"
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Alert acknowledge

Post by tmcdonald »

kalyan1709, this should work. Let us know how it turns out for you.
Former Nagios employee
kalyan1709
Posts: 43
Joined: Tue Oct 16, 2012 12:45 am

Re: Nagios Alert acknowledge

Post by kalyan1709 »

Thanks edwardzg.
It worked well.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Alert acknowledge

Post by tmcdonald »

Locking up thread.
Former Nagios employee
Locked