Page 1 of 1

NRDP and Performance Graphs Windows

Posted: Mon Nov 05, 2012 10:04 am
by blariv
centos 6.3 64bit
manual install of XI - 2012R1.1
no special config


I'm using NRDS to use passive checks of my windows servers which works fine.

the issue I see is that I get "No performance graphs were found for this service." on any of the passive checks.

Is this data even available if not is there a way to graph the data other than using active checks.

active checks do build the graphs.

Re: NRDP and Performance Graphs Windows

Posted: Mon Nov 05, 2012 12:43 pm
by scottwilkerson
NRDS will process performance data just fine however I think the default plugins used in NRDS for windows do not return performance data. I'm going to check with the developer to see if he knows of any that return performance data that could be used..

Re: NRDP and Performance Graphs Windows

Posted: Mon Nov 05, 2012 12:57 pm
by blariv
awesome! thank you

Re: NRDP and Performance Graphs Windows

Posted: Mon Nov 05, 2012 5:59 pm
by yancy
blariv,

Which plugins did you want to return perf data? The ones included don't include perf data as scott mentined, but some on exchange do.

for example:
http://exchange.nagios.org/directory/Pl ... at/details

When you run the command manually, everything after the pipe is processed as perf data

For example:

[test@nagios ~]# /usr/lib/nagios/plugins/check_nrpe -H 10.0.0.2 -c check_disk_iostat
Disk iostat| 0 C:AvgDiskQueueLength=0 DiskReadBytesPersec=0 DiskWriteBytesPersec=0 PercentDiskTime=0

Regards,

-Yancy

Re: NRDP and Performance Graphs Windows

Posted: Mon Nov 05, 2012 6:38 pm
by blariv
thank you but I was looking for disk space, CPU and memory

Re: NRDP and Performance Graphs Windows

Posted: Tue Nov 06, 2012 3:36 pm
by scottwilkerson
I believe this one plugin can be used for all 3

http://exchange.nagios.org/directory/Pl ... TK/details

Re: NRDP and Performance Graphs Windows

Posted: Tue Nov 06, 2012 3:47 pm
by blariv
thanks, the problem is i need them to be passive running on the windows side, as VBS, pshell or .exe's

the native nrpe active checks show me performance data

Re: NRDP and Performance Graphs Windows

Posted: Tue Nov 06, 2012 3:51 pm
by scottwilkerson
blariv wrote:thanks, the problem is i need them to be passive running on the windows side, as VBS, pshell or .exe's
It is...
You can download a zip containing check_pdm.exe here

Re: NRDP and Performance Graphs Windows

Posted: Tue Nov 06, 2012 4:08 pm
by blariv
just awesome, thank you soooo much for the fast help. works great!