NSClient++ Help (#1) - Performance Data not available in 0.3.8 [SOLVED] (#586) - Message List

Performance Data not available in 0.3.8 [SOLVED]

I'm upgrading some of our clients to nsclient++ version 0.3.8. However I've noticed for a few of the service checks they are not returning performance data. Here is a sample of a few of commands I've run.

check_nrpe -H Host_With_old_Client -c CheckWMIValue -a 'Query=select TotalVisibleMemorySize? from Win32_OperatingSystem' Check:TotalVisibleMemorySize=TotalVisibleMemorySize

OK: Everything seems fine.|'TotalVisibleMemorySize?'=4193264;0;0;

check_nrpe -H Host_With_New_Client -c CheckWMIValue -a 'Query=select TotalVisibleMemorySize? from Win32_OperatingSystem' Check:TotalVisibleMemorySize=TotalVisibleMemorySize ShowAll

OK: Everything seems fine.

check_nrpe -H Host_With_old_Client -c CheckCPU -a time=5m

OK CPU Load ok.|'5m'=3%;0;0;

check_nrpe -H Host_With_New_Client -c CheckCPU -a time=5m

OK CPU Load ok.

check_nrpe -H Host_With_old_Client -c CheckCounter -a Counter:counter="\LogicalDisk(C:)\% Free Space" ShowAll Averages=false

OK: counter: 23.8549|'counter'=23.854853;0;0;

check_nrpe -H Host_With_New_Client -c CheckCounter -a Counter:counter="\LogicalDisk(C:)\% Free Space" ShowAll Averages=false

OK: counter: 67.164

I have performance_data=1 set in NRPE section as well.

Any help as always is appreciated.

  • Message #1792

    You don't get performance data unless you have a max/min value.

    Michael Medin

Subscriptions