Xymon Mailing List Archive search

Issue with declaring Load in defaults

list Gautam Balothia
5 Sep 2011 09:40:50 -0000
Message-Id: <user-2d59b3115dcf@xymon.invalid>

Hi Xymon Team,
&nbsp;
Thanks for efforts you all are making resolve the queries.
&nbsp;
I have one issue in my Xymon setup.
&nbsp;
I have configured Xymon to have configuration centralize on Xymon server.
&nbsp;
In defualts I have declared the Load value as
&nbsp;
Load 5.0 10.0
&nbsp;
which is applicable for all. Now there is one AIX server on which load always high so I want to change the load value for that particular server.
Below is my analysis.cfg
&nbsp;
HOST=hsdaixdb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LOAD 6.0 10.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=5 max=20 color=green TRACK=ssh "TEXT=SSH logins"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PROC "%db" 1 color=red TRACK "TEXT=DB2 database services"
As i have Load declared in default this value is not getting affected. Do we have any reason for this or I am doing a mistake here.
&nbsp;
Thanks Gautam