Recently our Nagios XI server (which working ok during last year) has been stopped shows many interface items like BBMap, Services grid, graphs etc.
Browser console says
GET http://nagiosxi.company.com/nagiosxi/ajaxhelper.php? <...> net::ERR_EMPTY_RESPONSE
It's cannot receive something from php backend.
Meanwhile httpd logs is like
Code: Select all
[Sun Jan 14 03:32:25.988406 2018] [:error] [pid 963] [client 192.168.2.52:52468] PHP Notice: Use of undefined constant Servicegroup - assumed 'Servicegroup' in /usr/local/nagiosxi/html/includes/components/bbmap/bbmap.inc.php on line 194, referer: http://nagiosxi.company.com/nagiosxi//includes/page-home-main.php?&=
[Sun Jan 14 03:32:25.995421 2018] [:error] [pid 674] [client 192.168.2.52:52467] PHP Notice: Use of undefined constant Servicegroup - assumed 'Servicegroup' in /usr/local/nagiosxi/html/includes/components/bbmap/bbmap.inc.php on line 194, referer: http://nagiosxi.company.com/nagiosxi//includes/page-home-main.php?&=
[Sun Jan 21 09:04:20.373729 2018] [core:notice] [pid 17907] AH00052: child pid 28459 exit signal Segmentation fault (11)
[Sun Jan 21 09:04:21.374851 2018] [core:notice] [pid 17907] AH00052: child pid 28396 exit signal Segmentation fault (11)
[Sun Jan 21 09:04:21.374915 2018] [core:notice] [pid 17907] AH00052: child pid 28424 exit signal Segmentation fault (11)
[Sun Jan 21 09:04:21.374928 2018] [core:notice] [pid 17907] AH00052: child pid 28425 exit signal Segmentation fault (11)
[Sun Jan 21 09:04:22.376063 2018] [core:notice] [pid 17907] AH00052: child pid 28449 exit signal Segmentation fault (11)
[Sun Jan 21 09:04:22.376125 2018] [core:notice] [pid 17907] AH00052: child pid 28923 exit signal Segmentation fault (11)
[Sun Jan 21 09:04:23.378493 2018] [core:notice] [pid 17907] AH00052: child pid 28974 exit signal Segmentation fault (11)
[Sun Jan 21 08:59:17.335144 2018] [:error] [pid 17914] [client 94.251.35.8:43276] PHP Notice: Array to string conversion in /usr/local/nagiosxi/html/includes/components/graphexplorer/templates/timeline.inc.php on line 469, referer:
http://nagiosxi.company.com/nagiosxi//includes/page-home-main.php?&=
[Sun Jan 21 08:59:17.335222 2018] [:error] [pid 17914] [client 94.251.35.8:43276] PHP Notice: Array to string conversion in /usr/local/nagiosxi/html/includes/components/graphexplorer/templates/timeline.inc.php on line 606, referer:
http://nagiosxi.company.com/nagiosxi//includes/page-home-main.php?&=Everything else seems to be okay. What's going ? Please help.
I have already made
- db restore
- so many times httpd restarts
- full reinstall with db drop (after backup restoring the situation stay the same)

