404 histogram.html

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Olin
Posts: 50
Joined: Tue Dec 26, 2017 1:46 am

404 histogram.html

Post by Olin »

hi,
I browse nagiosXi nagioscore vis https://localhost/nagiosxi/includes/com ... ention=yes
And errlog :
[Thu Jan 25 23:06:32 2018] [error] [client 10.8.88.15] File does not exist: /usr/local/nagiosxi/html/includes/components/nagioscore/histogram.html, referer: ...

Why . my nagiosXi version : 5.4.4
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: 404 histogram.html

Post by dwhitfield »

That file should be at /usr/local/nagios/share/histogram.html. Can you check and see if that's there?

If you go through the UI, does it give you the popup? The URL the UI gives me is http://SERVER/nagios/histogram.html, not the path you are giving.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: 404 histogram.html

Post by npolovenko »

Hello, @Olin. Can you explain what particular menu you opened that led you to this broken link? Maybe take a screenshot of it. Thank you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Olin
Posts: 50
Joined: Tue Dec 26, 2017 1:46 am

Re: 404 histogram.html

Post by Olin »

hi @dwhitfield
thank you for you reply!
It is exists at /usr/local/nagios/share/histogram.html.
and i open http://SERVER/nagios/histogram.html is ok ?
but /usr/local/nagiosxi/html/includes/components/nagioscore/ui/histogram.html don't exists.
the error log is :

Code: Select all

[Sun Jan 28 16:50:14 2018] [error] [client 10.8.88.15] File does not exist: /usr/local/nagiosxi/html/includes/components/nagioscore/histogram.html, referer: https://services.com/nagiosxi/includes/components/nagioscore/ui/extinfo.php?type=2&host=ablog01&service=prod_infrastruct_uptime&usecoreui=1
dwhitfield wrote:That file should be at /usr/local/nagios/share/histogram.html. Can you check and see if that's there?

If you go through the UI, does it give you the popup? The URL the UI gives me is http://SERVER/nagios/histogram.html, not the path you are giving.
Olin
Posts: 50
Joined: Tue Dec 26, 2017 1:46 am

Re: 404 histogram.html

Post by Olin »

hi @npolovenko
tks for you reply.

the link is :

Code: Select all

https://service.com/nagiosxi/?xiwindow=%2Fnagiosxi%2Fincludes%2Fcomponents%2Fnagioscore%2Fui%2Fextinfo.php%3Ftype%3D2%26host%3Dablog01%26service%3Dinfrastruct_uptime%26usecoreui%3D1
and the click the left menu :
View Alert Histogram For This Service
npolovenko wrote:Hello, @Olin. Can you explain what particular menu you opened that led you to this broken link? Maybe take a screenshot of it. Thank you.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: 404 histogram.html

Post by npolovenko »

@Olin, Would you be able to upgrade the XI to the latest version 5.4.12? That may automatically fix this issue.

/usr/local/nagiosxi/html/includes/components/nagioscore/ui/histogram.html don't exist on my system as well. But there's a histogram.php in that directory. Have you installed any custom themes or anything like that? If so an upgrade should fix this problem.
and the click the left menu :
View Alert Histogram For This Service
Could you take a screenshot?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Olin
Posts: 50
Joined: Tue Dec 26, 2017 1:46 am

Re: 404 histogram.html

Post by Olin »

npolovenko wrote:@Olin, Would you be able to upgrade the XI to the latest version 5.4.12? That may automatically fix this issue.

/usr/local/nagiosxi/html/includes/components/nagioscore/ui/histogram.html don't exist on my system as well. But there's a histogram.php in that directory. Have you installed any custom themes or anything like that? If so an upgrade should fix this problem.
and the click the left menu :
View Alert Histogram For This Service
Could you take a screenshot?
i update nagiosxi to 5.4.13 and it's fixed.
Locked