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?
Operation Screens and Service Detail screens go blank
-
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
Can you share the output of the following
Also, can we get a count of database connections
Code: Select all
ps -ef|grep nagios.cfgCode: Select all
echo "show processlist;"|mysql -pnagiosxi |wc -l