Page 1 of 1

Perf Graphs not displaying with : in service_description

Posted: Mon Sep 17, 2012 7:25 pm
by Box293
I have a number of disk space checks that no longer display performance graphs if the service_description directive has a : (colon) in the name.

When I click on the Performance Graphs tab is displays "No performance graphs were found for this service."

However I know they exist and data is still being collected and updated as they appear in Graph Explorer.

Here is the problem from the Service Status screen:
01 Service Detail.png
And here are the graphs in Graph Explorer:
02 Graph Explorer.png
Nagios XI 2011R3.3 VM CentOS 32bit on ESXi 5.0 Update 1.

Re: Perf Graphs not displaying with : in service_description

Posted: Tue Sep 18, 2012 10:00 am
by mguthrie
I *think* we've got this one taken care of in SVN, related to to the following bug:
http://tracker.nagios.com/view.php?id=291

We were doing a urlencode on the service name, and the fix was to urldecode it once more to look for the rrd file, so characters like / and : would be affected by that.

Re: Perf Graphs not displaying with : in service_description

Posted: Sun Nov 25, 2012 8:32 pm
by Box293
I just upgraded to 2012R1.2 and can confirm this has been fixed.