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

check_mem.py

Current Version
0.1
Last Release Date
2016-10-10
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
MIT
Hits
8737
Files:
FileDescription
check_mem.pyMain Plugin
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nagios plugin for checking available memory and swap with perfadata on a nix machine. Tested working on several nix flavors including:

- Linux-3.10.0-327.4.4.el7.x86_64-x86_64-with-centos-7.2.1511-Core
- Linux-3.16.0-30-generic-x86_64-with-Ubuntu-14.04-trusty
- Linux-2.6.32-358.2.1.el6.x86_64-x86_64-with-redhat-6.4-Santiago
- Linux-2.6.32-504.16.2.el6.x86_64-x86_64-with-centos-6.5-Final
- Linux-2.6.32-504.el6.x86_64-x86_64-with-centos-6.6-Final

## Prerequisites
Requires my Nagios return code python library which can be installed from pip.

pip install nagpyrc

## Usage
See github for usage.