Random Project

SNMP works but is limited to v1 & v2

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