Xymon Mailing List Archive search

devmon memory threshold issue

list Olivier Audry
Wed, 25 May 2011 16:05:45 +0200 (CEST)
Message-Id: <user-f17e268d017f@xymon.invalid>

hello

it seems that the memory threshold is not working :

threshold is set to 30 and 50 % used

cisco-3750]$ cat memory/thresholds
mem_used_per        : yellow        : 30    : Memory load is high
mem_used_per        : red           : 50    : Memory load is very high


my messages :

[xymon at gdfva-li01 cisco-3750]$ cat memory/message
Memory alert:  yellow={mem_used_per.thresh:yellow}%, red={mem_used_per.thresh:red}%

Free memory:       {mem_free} bytes ({mem_free_per}%)
Used memory:       {mem_used} bytes ({mem_used_per}%)
-------------     ----------------
Total memory:      {mem_total} bytes (100%)

<!-- DEVMON to RRD Physical {mem_used_per}%
-->

my result :

Memory alert:  yellow=30%, red=50%

Free memory:       29814012 bytes (44%)
Used memory:       38625048 bytes (56%)
-------------     ----------------
Total memory:      68439060.00 bytes (100%)


should be red but it's green.

any idee ?

oau