Xymon Mailing List Archive search

Issue with declaring Load in defaults

2 messages in this thread

list Gautam Balothia · 5 Sep 2011 09:40:50 -0000 ·
Hi Xymon Team,
 
Thanks for efforts you all are making resolve the queries.
 
I have one issue in my Xymon setup.
 
I have configured Xymon to have configuration centralize on Xymon server.
 
In defualts I have declared the Load value as
 
Load 5.0 10.0
 
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
 
HOST=hsdaixdb        LOAD 6.0 10.0        PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=5 max=20 color=green TRACK=ssh "TEXT=SSH logins"        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.
 
Thanks Gautam
list Mark Mulligan · Wed, 7 Sep 2011 13:22:45 +0000 ·
Your updates for specific servers need to be listed above the default in analysis.cfg.  It reads the first value.

Thanks,

Mark Mulligan
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Gautam Balothia
Sent: Monday, September 05, 2011 5:41 AM
To: xymon at xymon.com
Subject: [Xymon] Issue with declaring Load in defaults

Hi Xymon Team,
quoted from Gautam Balothia

Thanks for efforts you all are making resolve the queries.

I have one issue in my Xymon setup.

I have configured Xymon to have configuration centralize on Xymon server.

In defualts I have declared the Load value as

Load 5.0 10.0
quoted from Gautam Balothia

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

HOST=hsdaixdb
        LOAD 6.0 10.0
        PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=5 max=20 color=green TRACK=ssh "TEXT=SSH logins"
quoted from Gautam Balothia
        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.

Thanks Gautam