Hey Jon,
We did make a change in our latest release to allow for performance graphs to work with SSL, Proxy, and setups that weren't on port 80. The XI interfaces calls the original PNP (<serveraddress>/nagios/pnp) interface and pulls the PNG by an internal proxy. The new fix may have caused a new issue, but we haven't identified it as of yet. If you happen to turn over any clues by all means let us know.
no performance graphs for any service
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: no performance graphs for any service
I'd like to follow up with lomartin and jon. If you're able to find resolution for the graphs please let us know so we're able to identify if there are replicable issues we need to look into.
-
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: no performance graphs for any service
I can see the graphs using /nagios/pnp/ but still not in xi. I'm looking at httpd permissions right now, to see if I can find anything in there that would cause this.
Of course, my /var/log/messages is being spammed by the php error i posted earlier in this thread, so it is a bit hard to find anything else.
Of course, my /var/log/messages is being spammed by the php error i posted earlier in this thread, so it is a bit hard to find anything else.
-
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: no performance graphs for any service
I am still unable to see the performance graphs in XI. Who do I need to speak to for escalation of this?
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: no performance graphs for any service
Jon,
Can you confirm that you've tried all of the following solutions?
Are you using SSL, LDAP, or a proxy on your system?
Can you confirm that you've tried all of the following solutions?
Are you using anything other than basic authentication to access the /nagios/pnp URL?* Reset Security Credentials
Select the Reset Security Credentials option in the Admin menu and click Update
* Reset File Permissions
Execute the following command to reset your configuration file permissions.
/usr/local/nagiosxi/scripts/reset_config_perms
You can also view if you have any permissions related issues by accessing the Admin->Check File Permissions page in the XI interface (v1.3g+).
* Make sure you have not removed or renamed the nagiosadmin user. This user is the nagios equivalent to 'root user' and should never be removed.
* Some users reported that editing the following lines in their /usr/local/nagios/etc/nagios.cfg file fixed their graphing issues:
service_perfdata_file_processing_command=process-service-perfdata-file-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-bulk
Change To
service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk
* Make sure your password for Nagios XI only contains alpha-numeric characters. Some users have reported graphs disappearing from using special characters, creating a permissions issue.
Are you using SSL, LDAP, or a proxy on your system?
-
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: no performance graphs for any service
I have tried the listed solutions, with no results.
I am not using anything other than basic authentication for /nagios/pnp.
I am not using SSL, LDAP, or a proxy on my system.
I am not using anything other than basic authentication for /nagios/pnp.
I am not using SSL, LDAP, or a proxy on my system.
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: no performance graphs for any service
We may need to schedule a remote session, what day and time (including timezone) works best for you?
-
- Posts: 158
- Joined: Sun Nov 21, 2010 3:05 am
Re: no performance graphs for any service
Following our off-line discussions, I just did a clean Centos 5.5 (64-bit) install and reinstalled XI.
I can see a graph of Load for the XI Server itself right away, so it looks like something about the Centos install I started with was the culprit.
Sorry about not using a fresh Centos install (as clearly requested in the docs) right away, but I was trying to save some site-specific work done previously.
My thanks to the Team for their help on this one.....Lyle
I can see a graph of Load for the XI Server itself right away, so it looks like something about the Centos install I started with was the culprit.
Sorry about not using a fresh Centos install (as clearly requested in the docs) right away, but I was trying to save some site-specific work done previously.
My thanks to the Team for their help on this one.....Lyle
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: no performance graphs for any service
Great to hear Lyle! Unfortunately things can be odd on a previous install and sometimes doesn't work out so well. Do post again if you have any issues or questions and we would be glad to help 

-
- Posts: 195
- Joined: Tue Sep 21, 2010 3:30 pm
Re: no performance graphs for any service
Thanks, this was very helpful.