Icons are not showing up

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Icons are not showing up

Post by ecarrasq »

System Info

Linux Distribution and version?

*Linux version 2.6.18-348.16.1.el5PAE #1 SMP Wed Aug 21 04:49:45 EDT 2013 i686 i686 i386 GNU/Linux
CentOS release 5.7 (Final)



32 or 64bit?

32 bit

VMware Image or Manual Install of XI?

VMware Image

Are there specials configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL?

Forced SSL on NagiosXi login web screen

Nagios Xi version:

Nagios XI 2012R2.8c

ISSUE
Icons are not showing up in several places.

Please see screenshots:
icon.jpg
From Core Config Manager:
icons3.jpg

Also, I right clicked on one of the "empty icons" and copied the URL:

https://<nagiosserver>/nagiosxi//images/chart_line.png

Looks like the path is missing, not sure if this is the same path missing for all, but thought I note that.

Please help.
Eddie
You do not have the required permissions to view the files attached to this post.
Last edited by ecarrasq on Thu Feb 06, 2014 6:38 pm, edited 1 time in total.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Icons are not showing up

Post by abrist »

Can you post a large tail of the apache error log?

Code: Select all

tail -50 /var/log/httpd/error_log
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Re: Icons are not showing up

Post by ecarrasq »

please see attachment
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Icons are not showing up

Post by lmiltchev »

You have several "Permission denied" errors in the apache error log... Do you have selinux, pam security, etc. enabled on this system? Do you have "crontab.allow" or "crontab.deny" set up?

Did you follow the steps, outlined in this document, while setting up SSL?

Run the following commands and show us the output in code wraps:

Code: Select all

tail -50 /var/log/cron
chage -l nagios
Be sure to check out our Knowledgebase for helpful articles and solutions!
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Re: Icons are not showing up

Post by ecarrasq »

Resolved during a Nagios Support gotomeeting by Mike, as we were working on a high critical issue and made sure this was not related.

It was permissions issue related.
Locked