Xymon Mailing List Archive search

change CPU load values

list Stef Coene
Tue, 18 Jun 2013 22:58:12 +0200
Message-Id: <1390220.ST20TUojDB@scne>

On Tuesday 18 June 2013 21:37:19 Operaciones wrote:
Hello,

We are usign xymon server 4.3.5, i need to change the default load value
for one server, now in the  xymon server, have the follow values:

DEFAULT
            # These are the built-in defaults.
         UP    1h
         LOAD    5.0 10.0
         LOAD    20.0 30.0    HOST=server.mydomain.tld
         DISK    * 90 95
         MEMPHYS 100 101
         MEMSWAP 50 80
         MEMACT  85 90

i need to set for the server 'server.mydomain.tld', take the values 20.0
and 30.0, but with this config dont work, please can somebody help me?
DEFAULT is special and can not be changed by adding an extra line.

Add this before DEFAULT:

HOST=server.mydomain.tld
LOAD    20.0 30.0


Stef