No commit activity in last 3 years
No release in over 3 years
This plugin provides facilities for monitoring real memory and swap usage
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Sensu plugin for monitoring real memory and swap usage

A sensu plugin to monitor real memory and swap usage.

Installation

System-wide installation:

$ gem install sensu-plugins-memory

Embedded sensu installation:

$ /opt/sensu/embedded/bin/gem install sensu-plugins-memory

Usage

The plugin accepts the following command line options:

        --available                  Check thresholds against memory available
    -c, --crit <PERCENTAGE>          Critical if PERCENTAGE exceeds current memory available/used
        --swap                       Check SWAP rather than real memory (default: false)
        --used                       Check thresholds against memory used
    -w, --warn <PERCENTAGE>          Warn if PERCENTAGE exceeds current memory available/used

Author

Matteo Cerutti - matteo.cerutti@hotmail.co.uk