Notification(s) Not being Sent out to All Users

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jverette
Posts: 2
Joined: Mon Sep 12, 2016 1:38 pm

Notification(s) Not being Sent out to All Users

Post by jverette »

Having a couple of issues with Nagios XI.

1. Notifications are not being sent to all users and were previously being sent. Just recently stopped working on Sept 6th was the last notification I received.Not sure why or what HAS CAUSED THIS ISSUE. This needs to be resolved asap. All notification Methods and preferences are correct. Nothing that I know of has been changed to effect this issue.

2. see Attached Unknown Service Attached. this service notification will not clear I have verified all setting on the remote server, plus the NS Client settings. Need to know how to clear these messages ASAP

3. Getting an error that your request was not process in a timely manner.. see attached Service Error.

This is all for know.. Let me know if additional information is needed.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Notification(s) Not being Sent out to All Users

Post by tgriep »

It could be a stuck Nagios process causing the problems and if you login as root to the server and run the following, that will stop the nagios process and hopefully fix the issue.

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
You may also want to implement the fix from this KB Article.
https://support.nagios.com/kb/article.php?id=172

If the Notifications still don't work, can you login to the Nagios GUI and so to the Admin > Manage Email Settings menu, screen capture that and post it here?
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
jverette
Posts: 2
Joined: Mon Sep 12, 2016 1:38 pm

Re: Notification(s) Not being Sent out to All Users

Post by jverette »

the Killall command did not work

It what's posted the correct syntax or is it different. can you repost if it is different and I will try again.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Notification(s) Not being Sent out to All Users

Post by tgriep »

If the Notifications still don't work, can you login to the Nagios GUI and go to the Admin > Manage Email Settings menu, screen capture that and post it here?
Can you login to the server as root, run the following commands and post the output?

Code: Select all

cd /usr/local/nagiosxi/scripts
su nagios
./reconfigure_nagios.sh
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked