Operation Screens and Service Detail screens go blank

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
niebais
Posts: 349
Joined: Tue Apr 13, 2010 2:15 pm

Operation Screens and Service Detail screens go blank

Post by niebais »

Nagios XI 5.4.10
Red Hat Enterprise Linux Server release 7.5 (Maipo)

We have a larger system and we've started to notice the service details page and operations page will go blank about once a minute for some reason.

It appears to semi-fix itself when restarting the DB and I have done repairs on the DB and ensured the tables. The mariadb logs look great as there's been nothing extra in them for days, so no broken tables or anything.

What do I need to look at to begin repairing the issue?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Operation Screens and Service Detail screens go blank

Post by scottwilkerson »

Can you share the output of the following

Code: Select all

ps -ef|grep nagios.cfg
Also, can we get a count of database connections

Code: Select all

echo "show processlist;"|mysql -pnagiosxi |wc -l
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked