Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Processes status via SNMP
1.0
2014-04-11
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
GPL
38839
File | Description |
---|---|
check_snmp_proc.sh | check_snmp_proc.sh |
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!
This is small Nagios plugin for checking status of processes (or quantity of them) via SNMP
Usage:
./check_snmp_proc -H 127.0.0.1 -C public -N ssh -w 3 -c 0
Where:
-H hostname /string/
Name or IP address of host (default 127.0.0.1)
-C OID /string/
Community name for the host SNMP agent (default public)
-N Process name /string/
Exact process name (default snmpd)
-w warning level /integer/
Warning level of running processes (default: 0)
-c critical level /integer/
Critical level of running processes (default: 0)
-h help
Print this help screen
-V version number
Print version and license information
This plugin uses the 'snmpwalk' command included with the NET-SNMP package.
Usage:
./check_snmp_proc -H 127.0.0.1 -C public -N ssh -w 3 -c 0
Where:
-H hostname /string/
Name or IP address of host (default 127.0.0.1)
-C OID /string/
Community name for the host SNMP agent (default public)
-N Process name /string/
Exact process name (default snmpd)
-w warning level /integer/
Warning level of running processes (default: 0)
-c critical level /integer/
Critical level of running processes (default: 0)
-h help
Print this help screen
-V version number
Print version and license information
This plugin uses the 'snmpwalk' command included with the NET-SNMP package.
Reviews (0)
Be the first to review this listing!