Hi,
Wel as the alert timeline should start by default with period last 24 hours, I suppose this shouldn't take so long to load? I already tried several other timeperiods, but still no result.
When I do a "tail -f /var/log/httpd/error_log", after trying to load the timeline at 13:12, I get the following result:
[Tue Jul 09 10:04:07 2013] [error] [client 172.19.x.x] PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/nagiosxi/html/admin/missingobjects.php on line 279, referer:
http://nagiosserver/nagiosxi/admin/?xiw ... bjects.php
[Tue Jul 09 10:04:07 2013] [error] [client 172.19.x.x] PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/nagiosxi/html/admin/missingobjects.php on line 279, referer:
http://nagiosserver/nagiosxi/admin/?xiw ... bjects.php
sh: warning: setlocale: LC_ALL: cannot change locale (en): No such file or directory
sh: warning: setlocale: LC_ALL: cannot change locale (en): No such file or directory
sh: warning: setlocale: LC_ALL: cannot change locale (en): No such file or directory
sh: warning: setlocale: LC_ALL: cannot change locale (en): No such file or directory
The errors around 10:04 have something to do with another issue I had, so I guess there are no logs about this timeline in the error_log
When I do a "tail -f /var/log/httpd/access_log", it seems I continuously receive new access log entries. I have no idea if they have anything to do with the alert timeline. The following is a small part of the access log
127.0.0.1 - - [09/Jul/2013:13:17:15 +0200] "POST /nagiosxi/backend/ HTTP/1.1" 200 1654 "-" "BinGet/1.00.A (
http://www.bin-co.com/php/scripts/load/)"
172.19.x.x - - [09/Jul/2013:13:17:15 +0200] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_pagetop_alert_content_html%22%2C%22args%22%3A%22%22%7D&nsp=6260f46423bda9c630716a9501f11fbe HTTP/1.1" 200 1015 "
http://nagiosserver/nagiosxi/reports/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)"
172.19.x.x - - [09/Jul/2013:13:17:16 +0200] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_service_status_quick_actions_html%22%2C%22args%22%3A%7B%22hostname%22%3A%22SRX+CPF%22%2C%22servicename%22%3A%22Uptime%22%2C%22service_id%22%3A%221932%22%2C%22display%22%3A%22simple%22%7D%7D&nsp=bd68bc7f83e5dd2549ae45a038617362 HTTP/1.1" 200 40 "
http://nagiosserver/nagiosxi/includes/c ... &dest=auto" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)"
172.19.x.x - - [09/Jul/2013:13:17:16 +0200] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_service_status_detailed_info_html%22%2C%22args%22%3A%7B%22hostname%22%3A%22SRX+CPF%22%2C%22servicename%22%3A%22Uptime%22%2C%22service_id%22%3A%221932%22%2C%22display%22%3A%22simple%22%7D%7D&nsp=bd68bc7f83e5dd2549ae45a038617362 HTTP/1.1" 200 40 "
http://nagiosserver/nagiosxi/includes/c ... &dest=auto" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)"
172.19.x.x - - [09/Jul/2013:13:17:16 +0200] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_service_status_state_summary_html%22%2C%22args%22%3A%7B%22hostname%22%3A%22SRX+CPF%22%2C%22servicename%22%3A%22Uptime%22%2C%22service_id%22%3A%221932%22%2C%22display%22%3A%22simple%22%7D%7D&nsp=bd68bc7f83e5dd2549ae45a038617362 HTTP/1.1" 200 40 "
http://nagiosserver/nagiosxi/includes/c ... &dest=auto" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)"
172.19.x.x is my ip, so all these logs should be caused by my pc. Still nothing on this timeline though.