Missing HDD disk space performance data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
BWNet
Posts: 12
Joined: Mon Jul 09, 2012 1:39 am

Missing HDD disk space performance data

Post by BWNet »

Hi everybody,

since upgrading to NagiosXI 2014 I'm missing my performance data charts for all hdd free disk space services.
I know this feature worked in our pre-2014 environment. Currently we're at 2014R1.2.

When I take a look at a random server, all services show a link to performance graph, except the one for hdd utilization:
Unbenannt.JPG
In service details there's also no graph available:
Unbenannt2.JPG
When I check the service within the Nagios CCM using the Check-Command feature, I see that there is performance data generated and displayed after the pipe:

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_wmi_plus.pl -H 172.30.30.35 -u '***user***' -p '***pass***' -m checkdrivesize -a 'C': -w '80' -c '95'
OUTPUT: WARNING - [Triggered by _Used%>80] - C: Total=11.99GB, Used=10.38GB (86.6%), Free=1.61GB (13.4%)     |'C: Space'=10.38GB; 'C: Utilisation'=86.6%;80;95;
Does anyone know, how I could fix this issue?
Thanks in advance :-)
You do not have the required permissions to view the files attached to this post.
orcasa
Posts: 6
Joined: Thu Aug 23, 2012 7:07 am

Re: Missing HDD disk space performance data

Post by orcasa »

Hi ,
I'm with the same problem. As i can see is related in ":" characters in description of the service.

Can anyone help us ? ;)
BWNet
Posts: 12
Joined: Mon Jul 09, 2012 1:39 am

Re: Missing HDD disk space performance data

Post by BWNet »

I can confirm that! Updating a service and removing the ":" from the description --> The performance data appears!

So this looks like a bug. Will this be fixed? All my disk space services have the ":" within the description, since it's the default description when using the Windows WMI Wizard...
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Missing HDD disk space performance data

Post by tmcdonald »

This was recently fixed and detail can be found here:

http://support.nagios.com/forum/viewtop ... 16&t=27894

You will need to apply both the pnp and the form_js fixes for this to work.
Former Nagios employee
Locked