Hello! I have another question for you regarding a linux memory check.
I'm running the following command from the nagios server against a Ubuntu 10.04.4 box:
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c check_mem -a '-w 20 -c 10 -n'
I'm using the "-n" switch to include cached memory in the free space count (as shown here:
http://support.nagios.com/wiki/index.ph ... ree_Memory)
The result is:
Code: Select all
CRITICAL - 2352 / 3964 MB (%) Free Memory, Used: 3543 MB, Shared: 0 MB, Buffers: 118 MB, Cached: 1931 MB
My question is why is it still reporting as critical, and also why doesn't a percentage show? I have already run apt-get install bc on this box and it says the most recent version of bc is already installed.
Thanks!