Home Directory Plugins Network Protocols SNMP Simple snmp memory check

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

Simple snmp memory check

Rating
1 vote
Favoured:
0
Current Version
1.1
Last Release Date
2011-11-19
Compatible With
  • Nagios 3.x
License
Other
Hits
149818
Files:
FileDescription
check_snmp_memory.plcheck_snmp_memory.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This memory check wraps the snmpget command, and accounts linux 'cached' and 'buffered' memory as free memory. This is so you can monitor when you're really actually low on memory. It can also check swap usage.

This plugin is released in the public domain.
It'll also give you the % of swap used, if given the "-s" switch.

This plugin is written in perl, and doesn't require any additional perl modules to be installed. It only requires that you have the /usr/bin/snmpget command installed on your system.
Reviews (1)
bynishith, June 1, 2016
Below is the output of command line:

./check_snmp_memory.pl -w 85 -c 90 public 10.0.77.10
SNMP problem - no value returned

./check_snmp_memory.pl -w 85 -c 90 -- -c public 10.0.77.10
SNMP problem - no value returned

./check_snmp_memory.pl -w 85 -c 90 -- -c public 10.0.77.10
SNMP problem - no value returned

No Luck...