Home Directory Plugins Operating Systems Windows Check Number Processes of Windows Servers - SNMP

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Number Processes of Windows Servers - SNMP

Rating
3 votes
Favoured:
0
Hits
101272
Files:
FileDescription
check_nproc_snmpPlugin Check NProcs
Nagios CSP

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
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
Reviews (1)
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!