Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_complus.vbs
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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.
++++++
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.
Reviews (0)
Be the first to review this listing!