Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Number Processes of Windows Servers - SNMP
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!
Plugin in Shell Script to check via SNMP the number of processes of Windows Servers.
Use the MIB HOST-RESOURCES-MIB:: hrSystemProcesses.0
Dependencies: net-snmp and net-snmp-utils
Use: check_nproc_snmp HOST COMMUNITY NPROC_WARNING NPROC_CRITICAL
Example: check_nproc_snmp 192.168.0.74 public 200 250
André Luiz Facina
Use the MIB HOST-RESOURCES-MIB:: hrSystemProcesses.0
Dependencies: net-snmp and net-snmp-utils
Use: check_nproc_snmp HOST COMMUNITY NPROC_WARNING NPROC_CRITICAL
Example: check_nproc_snmp 192.168.0.74 public 200 250
André Luiz Facina
Reviews (1)
byjeremy.bird, February 22, 2016
I've been searching for a day or so now for the right OID to check the number of processes running on a remote system, and it was this check that finally had the answer for me! The plugin itself is very simple, lacking usage text and argument flags, but it does work if you have the right MIB. Thank you!