Page 1 of 1

Operation Screens and Service Detail screens go blank

Posted: Mon Jun 11, 2018 1:42 pm
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?

Re: Operation Screens and Service Detail screens go blank

Posted: Mon Jun 11, 2018 3:59 pm
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