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.
NRDP and Performance graphs Windows
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: NRDP and Performance graphs Windows
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..
-
- Posts: 190
- Joined: Wed Sep 26, 2012 11:55 am
Re: NRDP and Performance graphs Windows
awesome! thank you
-
- Posts: 523
- Joined: Thu Oct 06, 2011 10:12 am
Re: NRDP and Performance graphs Windows
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
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
-
- Posts: 190
- Joined: Wed Sep 26, 2012 11:55 am
Re: NRDP and Performance graphs Windows
thank you but I was looking for disk space, CPU and memory
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: NRDP and Performance graphs Windows
I believe this one plugin can be used for all 3
http://exchange.nagios.org/directory/Pl ... TK/details
http://exchange.nagios.org/directory/Pl ... TK/details
-
- Posts: 190
- Joined: Wed Sep 26, 2012 11:55 am
Re: NRDP and Performance graphs Windows
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
the native nrpe active checks show me performance data
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: NRDP and Performance graphs Windows
It is...blariv wrote:thanks, the problem is i need them to be passive running on the windows side, as VBS, pshell or .exe's
You can download a zip containing check_pdm.exe here
-
- Posts: 190
- Joined: Wed Sep 26, 2012 11:55 am
Re: NRDP and Performance graphs Windows
just awesome, thank you soooo much for the fast help. works great!