
Windows NRPE
Check Performance Monitor
Description:
Grabs values from Performance Monitor Counter. VBScript, calls typeperf.exe to get results. Code is sloppy, but free to use as needed.
Current Version
Last Release Date
June 12, 2009
Compatible With
Owner
Project Files
File | Description |
---|---|
perfmon.vbs.txt | perfmon.vbs |
Project Notes
wincheck_counter.exe stopped working for me, so I quickly threw this together mimicking that plugin.
I have not tested this in all environments. Requires typeperf.exe to work, works for me on 2003 and XP. It also needs access to write a temp file to %TEMP% environment variable (output of the typeperf.exe command). Some examples of usage:
cscript /nologo C:nrpe_ntpluginsperfmon.vbs -C "LogicalDisk" -I "C:" -P "Free Megabytes" -f "%f MB" -w 500 -c 100
cscript /nologo C:nrpe_ntpluginsperfmon.vbs -C "Memory" -P "Pages/sec" -f "%f" -w 100 -c 500
cscript /nologo C:nrpe_ntpluginsperfmon.vbs -C "Memory" -P "Available MBytes" -f "%f" -w 50 -c 10
cscript /nologo C:nrpe_ntpluginsperfmon.vbs -C "Processor" -I "_Total" -P "% Privileged Time" -f "%f" -w 95 -c 98
cscript /nologo C:nrpe_ntpluginsperfmon.vbs -C "PhysicalDisk" -I "_Total" -P "Split IO/sec" -f "%f" -w 100 -c 500
Edit: improved version, old version was doing an alphanumeric compare. Rookie mistake on my part.
Reviews
(0)
Add a Review
Add a Review
You must be logged in to submit a review.
Thank you for your review!
Your review has been submitted and is pending approval.
Recommend
To:
From:
Thank you for your recommendation!
Your recommendation has been sent.
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
158,857