Page 2 of 2

Re: one click notification disabled nagios xi

Posted: Wed Jul 27, 2016 1:25 pm
by rkennedy
You didn't answer two my questions, both of which I need answered -
Are you using notify-host-by-email or xi_host_notification_handler for notifications? Can you show us an example of one of the emails that came through?
Please address these.

Re: one click notification disabled nagios xi

Posted: Wed Jul 27, 2016 3:24 pm
by Naveed
I am using "xi_host_notification_handler" for notifications.

Email screenshot is attached.

Re: one click notification disabled nagios xi

Posted: Wed Jul 27, 2016 4:59 pm
by tgriep
I am seeing multiple nagios processes running on your server which could be causing the issue.
To fix that, login as root to the server, run the following commands

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
That should fix the issue for you.

Re: one click notification disabled nagios xi

Posted: Thu Jul 28, 2016 2:35 am
by Naveed
Can you please explain this, although I have restarting my nagios server but could not understand. What had happened to it.

Thank you!

Re: one click notification disabled nagios xi

Posted: Thu Jul 28, 2016 12:13 pm
by tgriep
A stuck nagios process could be caused by a lot of things so it is hard to explain exactly why it happens.
A few that I have seen is that the system is busy and an Apply Configuration didn't finish in time which then spawns a new nagios process.

Re: one click notification disabled nagios xi

Posted: Thu Jul 28, 2016 1:01 pm
by Naveed
Great!

quite logical.

Thank you!

Re: one click notification disabled nagios xi

Posted: Thu Jul 28, 2016 1:05 pm
by mcapra
Is it alright if we lock this thread and mark the issue as resolved?

Re: one click notification disabled nagios xi

Posted: Thu Jul 28, 2016 1:10 pm
by Naveed
yes, sure please.
Thank you!