Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_snmp_mem
1
2015-08-07
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
GPL
9464
File | Description |
---|---|
check_snmp_mem.pl | memory check linux appliance |
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!
It does not require utils.pm or any unix snmp utilities like snmget
This script was written to monitor a linux appliance residing on an external network where the nagios server did not have direct access. the only gateway to the host was a windows server.
It does not require access to utils.pm from nagios plugins.
It does not require any snmp utilies like snmpget or linux utilities like free.
you need to have install from cpan the following modules:
Net::SNMP
Nagios::PLugin
Math::Round
it attempts to calculate the real used memory on a linux using UCD-SNMP-MIB. it will return the total used percent and includes the buffer and cache in the calculations just like explained in www.linuxatemyram.com.
This is my first script...bear in mind the bugs and unorthodox coding.
usage: just drop it to a your windows plugin folder ond either configure nsclient.ini to be accessed via nrpe.
it can of course also run from a nagios server. just configure the snmp v1/2 community and the warning and critical threshold.
It does not require access to utils.pm from nagios plugins.
It does not require any snmp utilies like snmpget or linux utilities like free.
you need to have install from cpan the following modules:
Net::SNMP
Nagios::PLugin
Math::Round
it attempts to calculate the real used memory on a linux using UCD-SNMP-MIB. it will return the total used percent and includes the buffer and cache in the calculations just like explained in www.linuxatemyram.com.
This is my first script...bear in mind the bugs and unorthodox coding.
usage: just drop it to a your windows plugin folder ond either configure nsclient.ini to be accessed via nrpe.
it can of course also run from a nagios server. just configure the snmp v1/2 community and the warning and critical threshold.
Reviews (0)
Be the first to review this listing!