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
Turn off acknowledge notification
Re: Turn off acknowledge notification
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
Re: Turn off acknowledge notification
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.
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.
Re: Turn off 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.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.
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
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
Re: Turn off acknowledge notification
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
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
Can you stuff that guy into your notification? I suppose it depends on your notification command.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").
Re: Turn off acknowledge notification
Try adding %type% in the subject (under "Notification Messages), i.e.
Mine is:
and I see (my actual email subject):
Code: Select all
NON-PROD/%type%/%host%/%service% is %servicestate%Code: Select all
%type% Service Alert - %hostalias%/%service% is %servicestate%Code: Select all
ACKNOWLEDGEMENT Service Alert - WMI Test Box/Disk I/O is CRITICALBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Turn off acknowledge notification
Thx! I will try that. Please close.