check_memory

check script for memory and swap usage

check_memory screenshot  

Download

Feedback

Documentation

NAME

check_memory

VERSION

$Revision: 340 $

SYNOPSIS

check_memory [-H HOST] [-f] [-w MEMWARN] [-c MEMCRIT] [-W SWAPWARN] [-C SWAPCRIT]

OPTIONS

  • H

    Dummy for compatibility with Nagios.

  • f

    Count cache, buffers and slab as free memory.

  • w

    Free memory warning level in percent. Defaults to 20%.

  • c

    Free memory critical level in percent. Defaults to 10%.

  • W

    Swap free warning level in percent. Defaults to 85%.

  • C

    Swap free critical level in percent. Defaults to 50%.

DESCRIPTION

This nagios/icinga check script checks the memory and swap usage. It also returns the perfdata.

DEPENDENCIES

  • Getopt::Long
  • Pod::Usage