The reports page hangs forever when loaded
Posted: Tue Nov 16, 2021 4:46 pm
Hi,
This also basically hangs the web interface untill avail.cgi is killed.
CPU load also gets high and killing avail.cgi causes the load to go back down.
This has only been happening for a few days.
NXI 5.8.4
RHEL 7.8
Changing the performance setting to no load reports when the page loads and running reports manually still runs avail.cgi.
We had a situation where it said the DB was damaged and to run repair_databases.sh but that's been run many times w/ little help. I also found several posts with the same symptoms, ran
mysqlcheck -r -f -uroot -pnagiosxi --all-databases --use_frm
and cleared archived logs w/o success.
I see the following in the ssl_error_log
Any suggestions?
Thanks!
This also basically hangs the web interface untill avail.cgi is killed.
CPU load also gets high and killing avail.cgi causes the load to go back down.
This has only been happening for a few days.
NXI 5.8.4
RHEL 7.8
Changing the performance setting to no load reports when the page loads and running reports manually still runs avail.cgi.
We had a situation where it said the DB was damaged and to run repair_databases.sh but that's been run many times w/ little help. I also found several posts with the same symptoms, ran
mysqlcheck -r -f -uroot -pnagiosxi --all-databases --use_frm
and cleared archived logs w/o success.
I see the following in the ssl_error_log
Code: Select all
# tail /var/log/httpd/ssl_error_log
[Tue Nov 16 20:55:39.711994 2021] [:error] [pid 26510] [client 172.30.139.80:56575] PHP Notice: Undefined index: scheme in /usr/local/nagiosxi/html/includes/pageparts.inc.php on line 607, referer: https://qa4am2mlnagx001/nagiosxi/
[Tue Nov 16 21:11:56.466760 2021] [:error] [pid 8331] [client 172.30.139.80:65082] PHP Notice: Undefined index: scheme in /usr/local/nagiosxi/html/includes/pageparts.inc.php on line 607, referer: https://qa4am2mlnagx001/nagiosxi/includes/page-home-main.php?&=
[Tue Nov 16 21:12:02.862757 2021] [:error] [pid 7444] [client 172.30.139.80:65085] PHP Notice: Undefined index: scheme in /usr/local/nagiosxi/html/includes/pageparts.inc.php on line 607, referer: https://qa4am2mlnagx001/nagiosxi/admin/?xiwindow=updates.php
[Tue Nov 16 21:12:42.748579 2021] [:error] [pid 21533] [client 172.30.139.80:65303] PHP Notice: Undefined index: scheme in /usr/local/nagiosxi/html/includes/pageparts.inc.php on line 607, referer: https://qa4am2mlnagx001/nagiosxi/includes/page-home-main.php?&=
Thanks!