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
150422
Files:
FileDescription
check_snmp_memory.plcheck_snmp_memory.pl
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!
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...