Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
VBScript to check COM+ metrics via NRPE (NSClient++ with NRPE Listener)
Current Version
Last Release Date
June 15, 2009
Owner
Alexander Rudolf
Version 0.1
Usage: ++++++
For use with NSClient++ please add the following line to your NSC.INI [NRPE Handlers]:
check_complus=cscript.exe //T:30 //NoLogo scriptscheck_complus.vbs $ARG1$
and copy "check_complus.vbs" into "scripts" folder. Refer to NSClient++ Documentation for using remote checks via NRPE.
###command definition###
define command { command_name check_complus command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -t 30 -c check_complus -a $ARG1$ }
###service definition###
define service{ use generic-service host_name WINSVR01 service_description COMplus System Application PoolPagedBytes process_perf_data 1 check_command check_complus!"COUNTER "System Application" PoolPagedBytes 1048576 1048576" }
What it does: +++++++++++++
This script is for monitoring COM+ Applications. You can give the name of a COM+ Application and specify a performance counter to be monitored. See service definition above. It will return:
PoolPagedBytes OK - System Application (PID 5260): 92060
plus performance data.
cscript //nologo check_complus.vbs --help
gives you brief syntax help.
cscript //nologo check_complus.vbs --helpcounter
gives you a list of suipported counters.
Disclaimer: +++++++++++
This software comes without any warranty and has to be treated "as is". Feel free to change it to fit your needs or contact me for any kind of comment.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!