Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check SNMP plugins
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!
Written in C to be more efficient than perl/shell/... scripts in order to monitor a lot of servers by SNMP:
All these plugins work immediatly with the basic SNMP implementation on WINDOWS and LINUX.
This package include:
**check_snmp_disk** : Can monitor disk / ram / virtual memory.
**check_snmp_load** : Return the load in % for Windows or the load average for Linux.
**check_snmp_process** : Return the number of process, the memory space. (can check multiples process)
Some examples are in the README File
Compile cleanly with ./configure , make
All these plugins work immediatly with the basic SNMP implementation on WINDOWS and LINUX.
This package include:
**check_snmp_disk** : Can monitor disk / ram / virtual memory.
**check_snmp_load** : Return the load in % for Windows or the load average for Linux.
**check_snmp_process** : Return the number of process, the memory space. (can check multiples process)
Some examples are in the README File
Compile cleanly with ./configure , make
Reviews (2)
bylumanet, September 19, 2022
Useful plugin for SNMPv1 and SNMPv2 Environments, sadly SNMPv3 isn't supported to this state September 2022.
USAGE:check_snmp_disk -H HOST -C COMMUNITY -w xx -c xx -m [r,v,d,n]
Required options :
-H HOST Hostname/IP to query
-C COMMUNITY SNMP community name
-m STRING What must be monitored (m = monitor)
r = Physical Memory(RAM)
v = Virtual Memory
d = Fixed Disks
n = Network Disks
Example : '-m rvdn' monitor all
-w xx Warning limit in percent
-c xx Critical limit in percent
Additionnals options :
-h -? Print this help
-V Print Version
-d Provide Performance data output
-s VERSION SNMP VERSION=[1|2c], 3 not supported (1 by default)
-f STRING Additional filter
Example : -f C: , -f /tmp
USAGE:check_snmp_disk -H HOST -C COMMUNITY -w xx -c xx -m [r,v,d,n]
Required options :
-H HOST Hostname/IP to query
-C COMMUNITY SNMP community name
-m STRING What must be monitored (m = monitor)
r = Physical Memory(RAM)
v = Virtual Memory
d = Fixed Disks
n = Network Disks
Example : '-m rvdn' monitor all
-w xx Warning limit in percent
-c xx Critical limit in percent
Additionnals options :
-h -? Print this help
-V Print Version
-d Provide Performance data output
-s VERSION SNMP VERSION=[1|2c], 3 not supported (1 by default)
-f STRING Additional filter
Example : -f C: , -f /tmp
Archive corrupted