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
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!