Crtical Issue - Host and Service status not coming correctly

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Crtical Issue - Host and Service status not coming correctly

Post by biswajit.banerjee »

Following issues coming Intermittently from last couple of days
1. Host status summary count not coming correctly(Zero or count mismatch between Summary dashboard and Detailed List)
2. service status summary count not coming correctly(Zero or count mismatch between Summary dashboard and Detailed List)
3. Filter result showing Zero or auto refreshing to Zero
4. Active Problem events are not getting listed.
System profile & screenshot attached.
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Crtical Issue - Host and Service status not coming corre

Post by ssax »

Please go to Admin > System Settings > Performance Settings > Backend Cache tab and send me a screenshot of what you have set there.

Additionally, it looks like your backendcache tmpfs is full:

Code: Select all

tmpfs                       512M  512M     0 100% /usr/local/nagiosxi/tmp/backendcache
Please run this command:

Code: Select all

mount -t tmpfs -o size=1g tmpfs /usr/local/nagiosxi/tmp/backendcache
Then Apply Configuration through the web interface and then attach a FRESH copy of your profile once that's completed.

Then validate to see if your issue is resolved, if it's still not resolved, try running these commands:

Code: Select all

systemctl stop crond
systemctl stop npcd
systemctl stop nagios
systemctl stop ndo2db
pkill -9 -u nagios
for i in $(ipcs -q | grep nagios |awk '{print $2}'); do ipcrm -q $i; done
rm -rf /usr/local/nagiosxi/var/dbmaint.lock
rm -rf /usr/local/nagiosxi/var/event_handler.lock
rm -rf /usr/local/nagiosxi/scripts/reconfigure_nagios.lock
systemctl restart mysqld || systemctl restart mariadb
systemctl start ndo2db
systemctl start nagios
systemctl start npcd
systemctl start crond
systemctl restart httpd
Thank you
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: Crtical Issue - Host and Service status not coming corre

Post by biswajit.banerjee »

We have disabled the Backend cache and let us observe for some time .
Thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Crtical Issue - Host and Service status not coming corre

Post by lmiltchev »

Sure - we will keep the thread open for the time being.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked