Nagios XI errant notifications

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
deano153
Posts: 17
Joined: Wed Nov 11, 2015 10:10 am
Location: Morrisville, NC

Nagios XI errant notifications

Post by deano153 »

Hi,
I am running Nagios XI 5.5.7 on CentOS 6.9

I upgraded nagios last friday to 5.5.7

That afternoon we had a site wide planned power outage..
Nagios XI was the first thing I powered off and the last thing I powered back on.

Ever since the power on, we are getting notifications on almost all of out hosts that they are UNREACHABLE

But when I look at the hosts in nagios they are good and up.

I found in a thread to check to see if there are multiple instances running with this command
[root@pa-nagios ~]# ps -ef | grep nagios.cfg | grep -v grep
nagios 1699 1 2 16:34 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 1734 1699 0 16:34 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg

I have shutdown "Notifications" Globally but are still receiving them...

I really need help here.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI errant notifications

Post by scottwilkerson »

If you go to Home -> Tactical Overview do you see anything under "Network Outages" ?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios XI errant notifications

Post by npolovenko »

@deano153, In addition to what @scottwilkerson said, please run the following query to truncate notification tables in the database and let me know if you stop recieving them.
echo "truncate table xi_events; truncate table xi_meta; truncate table xi_eventqueue;" | mysql -uroot -pnagiosxi nagiosxi
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
deano153
Posts: 17
Joined: Wed Nov 11, 2015 10:10 am
Location: Morrisville, NC

Re: Nagios XI errant notifications

Post by deano153 »

0 in network outages

and the truncating looks to have helped ... for now...

thanks
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios XI errant notifications

Post by npolovenko »

@ deano153, Looks like there were many spooled notifications by the time you disabled them globally, so the only way to get rid of them was by running the query. Let me know if these notifications come back again.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
deano153
Posts: 17
Joined: Wed Nov 11, 2015 10:10 am
Location: Morrisville, NC

Re: Nagios XI errant notifications

Post by deano153 »

12 hours later and no errant notifications...

Thank you much
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI errant notifications

Post by scottwilkerson »

deano153 wrote:12 hours later and no errant notifications...

Thank you much
glad the issue is resolved.

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked