Nagios XI 'Network Status Map' will not open

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
thur686
Posts: 66
Joined: Mon Jan 12, 2015 2:33 pm

Nagios XI 'Network Status Map' will not open

Post by thur686 »

Host OS: CentOS6
Nagios XI version: 5.2.2

Hello,

The two icons in the Network Status Map section of Nagios XI do not open when selected. If I navigate to Nagios Core on the same server, the map DOES open. No errors are logged to '/httpd/error_log' when this happens. Additionally, this XI server is using HTTPS.
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios XI 'Network Status Map' will not open

Post by hsmith »

Is there anything in here?

Code: Select all

tail /var/log/httpd/ssl_error_log
Former Nagios Employee.
me.
thur686
Posts: 66
Joined: Mon Jan 12, 2015 2:33 pm

Re: Nagios XI 'Network Status Map' will not open

Post by thur686 »

Thanks, using tail to read ssl_error_log I see this:

[warn] RSA server certificate CommonName (CN) 'myservername' does NOT match server name!?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI 'Network Status Map' will not open

Post by lmiltchev »

I haven't been able to recreate the issue. My Network Status map shows up just fine on a XI test box, which uses SSL.

Do you see the same issue when you are logged in as a different user, i.e. nagiosadmin? Go to Admin->Manage Users-><your user>->Edit, and show us a screenshot of the page.
Be sure to check out our Knowledgebase for helpful articles and solutions!
thur686
Posts: 66
Joined: Mon Jan 12, 2015 2:33 pm

Re: Nagios XI 'Network Status Map' will not open

Post by thur686 »

Thanks lmiltchev, the Network Status map doesn't work for all users of any auth type, including nagiosadmin.
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI 'Network Status Map' will not open

Post by rkennedy »

If you attempt to use a different browser, does it show up?

This is really odd as there are no errors logged at all.
Former Nagios Employee
thur686
Posts: 66
Joined: Mon Jan 12, 2015 2:33 pm

Re: Nagios XI 'Network Status Map' will not open

Post by thur686 »

I've tried Firefox 44, Chrome 48, Internet Explorer 11 and even Microsoft Edge.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI 'Network Status Map' will not open

Post by tgriep »

Can you login to the server as root, run the following command and post the output here?

Code: Select all

ls -l /usr/local/nagiosxi/html/includes/components/xicore/
Be sure to check out our Knowledgebase for helpful articles and solutions!
thur686
Posts: 66
Joined: Mon Jan 12, 2015 2:33 pm

Re: Nagios XI 'Network Status Map' will not open

Post by thur686 »

Thanks tgriep...

Code: Select all

-rwxr-x--- 1 nagios nagios   4214 Nov 17 12:00 ajaxhelpers-comments.inc.php
-rwxr-x--- 1 nagios nagios  45586 Nov 17 12:00 ajaxhelpers-hoststatus.inc.php
-rwxr-x--- 1 nagios nagios   1038 Nov 17 12:00 ajaxhelpers.inc.php
-rwxr-x--- 1 nagios nagios  23176 Nov 17 12:00 ajaxhelpers-misc.inc.php
-rwxr-x--- 1 nagios nagios  26669 Nov 17 12:00 ajaxhelpers-monitoringengine.inc.php
-rwxr-x--- 1 nagios nagios   1416 Nov 17 12:00 ajaxhelpers-perfdata.inc.php
-rwxr-x--- 1 nagios nagios  54928 Nov 17 12:00 ajaxhelpers-servicestatus.inc.php
-rwxr-x--- 1 nagios nagios  78643 Nov 17 12:00 ajaxhelpers-status.inc.php
-rwxr-x--- 1 nagios nagios  17908 Nov 17 12:00 ajaxhelpers-sysstat.inc.php
-rwxr-x--- 1 nagios nagios  35774 Nov 17 12:00 ajaxhelpers-tac.inc.php
-rwxr-x--- 1 nagios nagios   7542 Nov 17 12:00 ajaxhelpers-tasks.inc.php
-rwxr-x--- 1 nagios nagios   2519 Nov 17 12:00 dashlets-comments.inc.php
-rwxr-x--- 1 nagios nagios  18652 Nov 17 12:00 dashlets.inc.php
-rwxr-x--- 1 nagios nagios   3575 Nov 17 12:00 dashlets-misc.inc.php
-rwxr-x--- 1 nagios nagios   9063 Nov 17 12:00 dashlets-monitoringengine.inc.php
-rwxr-x--- 1 nagios nagios  10507 Nov 17 12:00 dashlets-perfdata.inc.php
-rwxr-x--- 1 nagios nagios  20037 Nov 17 12:00 dashlets-status.inc.php
-rwxr-x--- 1 nagios nagios   5261 Nov 17 12:00 dashlets-sysstat.inc.php
-rwxr-x--- 1 nagios nagios  11292 Nov 17 12:00 dashlets-tac.inc.php
-rwxr-x--- 1 nagios nagios   3512 Nov 17 12:00 dashlets-tasks.inc.php
-rwxr-x--- 1 nagios nagios  25695 Nov 17 12:00 downtime.php
drwxr-x--- 5 nagios nagios   4096 Jan  5  2015 images
-rwxr-x--- 1 nagios nagios  59825 Nov 17 12:00 recurringdowntime.php
-rw-r----- 1 nagios nagios   3425 Nov 17 12:00 sanity.sh
-rwxr-x--- 1 nagios nagios 141035 Nov 17 12:00 status-object-detail.inc.php
-rwxr-x--- 1 nagios nagios  22044 Nov 17 12:00 status.php
-rwxr-x--- 1 nagios nagios  33316 Nov 17 12:00 status-utils.inc.php
-rwxr-x--- 1 nagios nagios   6247 Nov 17 12:00 tac.php
-rwxr-x--- 1 nagios nagios  16828 Nov 17 12:00 xicore.inc.php
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI 'Network Status Map' will not open

Post by lmiltchev »

There permissions look fine. I don't see any issues here...

Try the following - hit F12 in a browser to load the "Developer Tools", and click on the "Network Status Map". Post back any errors that you see in the "Developer Tools".
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked