Turn off acknowledge notification

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Turn off acknowledge notification

Post by brdr »

Hi,

We use 2014R2.7.

How can i disable acknowledgement notification?

[1444653595] SERVICE NOTIFICATION: it-windows;bed-600-14;Memory Usage;ACKNOWLEDGEMENT (WARNING);xi_service_notification_handler;WARNING - [Triggered by _MemUsed%>85] - Physical Memory: Total: 3.999GB - Used: 3.631GB (91%) - Free: 376.129MB v
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Turn off acknowledge notification

Post by tmcdonald »

There should be an option when you go to acknowledge to disable/enable sending a notification for that acknowledgement. Unchecking the appropriate box is all you need to do.
Former Nagios employee
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Re: Turn off acknowledge notification

Post by brdr »

Sorry Trevor, i should have been more clear.

When users use the rapid response method of acknowledging is there a way to disable the acknowledge notification going back out? Presently, there isn't an option to disable the acknowledge notification.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Turn off acknowledge notification

Post by BanditBBS »

brdr wrote:Sorry Trevor, i should have been more clear.

When users use the rapid response method of acknowledging is there a way to disable the acknowledge notification going back out? Presently, there isn't an option to disable the acknowledge notification.
brdr, are you planning to upgrade to XI 5? There is now an option each user can select to disable acknowledgements. It's a global setting, so they wouldn't receive any, but at least it is finally an option.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Re: Turn off acknowledge notification

Post by brdr »

We really want to get to XI 5. It is currently installed in our DEV environment. That's good to know about the acknowledge options. Thx.

The auto acknowledge is a good feature via the Rapid Response if users want it. The problem here is that the auto acknowlege NOTIFICATION looks EXACTLY the same as the notification that is first generated. Even though, in the nagios.log the auto acknowledge looks like:

[1444831438] SERVICE NOTIFICATION: it-sharepoint;bed-950-41;Memory Usage;ACKNOWLEDGEMENT (WARNING);xi_service_notification_handler;WARNING - [Triggered by _MemUsed%>85] - Physical Memory: Total: 18GB - Used: 15.659GB (87%) - Free: 2.341GB (13%);it-sharepoint;Test-Don-troubleshooting

However in the auto acknowledge email it does not say ACKNOWLEDGEMENT anywhere. So, people are confused as they think it is just duplicate.

In notfication management the subject line looks like:
NON-PROD/%host%/%service% is %servicestate%

Is there something we should add to pick up the ACKNOWLEDGEMENT string/word?

Thx
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Turn off acknowledge notification

Post by jdalrymple »

Standard Macros in Nagios wrote:Notification Macros:
$NOTIFICATIONTYPE$ A string identifying the type of notification that is being sent ("PROBLEM", "RECOVERY", "ACKNOWLEDGEMENT", "FLAPPINGSTART", "FLAPPINGSTOP", "FLAPPINGDISABLED", "DOWNTIMESTART", "DOWNTIMEEND", or "DOWNTIMECANCELLED").
Can you stuff that guy into your notification? I suppose it depends on your notification command.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Turn off acknowledge notification

Post by lmiltchev »

Try adding %type% in the subject (under "Notification Messages), i.e.

Code: Select all

NON-PROD/%type%/%host%/%service% is %servicestate%
Mine is:

Code: Select all

%type% Service Alert - %hostalias%/%service% is %servicestate%
and I see (my actual email subject):

Code: Select all

ACKNOWLEDGEMENT Service Alert - WMI Test Box/Disk I/O is CRITICAL
Be sure to check out our Knowledgebase for helpful articles and solutions!
brdr
Posts: 312
Joined: Mon Jun 02, 2014 12:49 pm

Re: Turn off acknowledge notification

Post by brdr »

Thx! I will try that. Please close.
Locked