check_memory
$Revision: 340 $
check_memory [-H HOST] [-f] [-w MEMWARN] [-c MEMCRIT] [-W SWAPWARN] [-C SWAPCRIT]
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%.
This nagios/icinga check script checks the memory and swap usage. It also returns the perfdata.
Getopt::Long
Pod::Usage