Hi,
I am trying to stop the notifications for a service. I have disabled notifications on that particular host. In the Alert Setting I have set the notification as OFF. I have mass acknowledged as well. However still get the SMS and email every hour. Can you please let me know how do I stop this?
Stop notification for a service
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Stop notification for a service
If you go to the service detail page for the service, and click on the advanced tab, you can click the X next to Notifications.
If you still are receiving them you could have multiple nagios parent processes, send the output of the following
Also, what version of Nagios XI are you running?
If you still are receiving them you could have multiple nagios parent processes, send the output of the following
Code: Select all
ps -ef|grep nagios.cfgRe: Stop notification for a service
I am still receiving the notifications.
admin 12425 12400 0 11:19 pts/1 00:00:00 grep nagios.cfg
nagios 16379 1 0 Jul09 ? 00:09:20 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 16397 16379 0 Jul09 ? 00:00:50 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 27103 1 0 00:59 ? 00:00:23 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 27113 27103 0 00:59 ? 00:00:02 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
The version im using is 5.5.0
admin 12425 12400 0 11:19 pts/1 00:00:00 grep nagios.cfg
nagios 16379 1 0 Jul09 ? 00:09:20 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 16397 16379 0 Jul09 ? 00:00:50 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 27103 1 0 00:59 ? 00:00:23 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 27113 27103 0 00:59 ? 00:00:02 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
The version im using is 5.5.0
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Stop notification for a service
This is what I suspected, run the following
Code: Select all
service nagios stop
killall -9 nagios
service nagios startRe: Stop notification for a service
I have done this. I WIll let you know if I run into issues again.
Re: Stop notification for a service
Sure - let us know. We will keep this thread open for the time being.
Be sure to check out our Knowledgebase for helpful articles and solutions!