[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
subcolumns and display issue
- To: xymon (at) xymon.com
- Subject: subcolumns and display issue
- From: akshar bhosale <akshar.bhosale (at) gmail.com>
- Date: Mon, 4 Oct 2010 00:01:31 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=TxirbuleamjJ+035b13yNathWlpeA5HBbt2YdNNHNXw=; b=YNYSUhM3rssuScPMUMbQELDAFweKpvgo8CCOBjniC+oenCozxW+rQMmHGhQVOd73Sc nALLwTkXn2fwKaT0Q3+kcMgNEo/WRLxnDV2y6UtqZmeSmJ/fOutVgzAc+gOurwTquNlv smm059TPuTvSmgS89lPw2CcrnvRxdn33UgbXM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kRV/3OfNFDkTu/TV4NfSnlH40zisFN6tI6wcPFYOWynpwZ8U6kWyrblny36p+bCxpR OGHbg429tjeypM5w6wHHqf/yGZe0sfn8DMfl9T5MlodX3daw3QDEc6c3ptGlxX3t0d4S sxg9/PhNBnGD9jPYjegdqlX826nW+V3m7NYX4=
Hi,
we have xymon4.2.2 and rhel 5.2 os. we have a server and 100 clients.
We have 3 sub clusters and above bb-host file. Now our problem is that we
have restriction on subcolumns argument to BBGENOPTS as this is common for
all three subcluster pages..so if we want to add one extra test in one of
the subcluster, we need to increase subcolumns aruments..e.g.all subclusters
have 8 tests, so subcolumns=8, now if we want to configure one more test in
subcluster2 only, how we should do that? because if we do subcolumns=9, all
our display page will be disturbed as there are 8 tests for subcluster1 and
3 and 9 tests for subcluster2. So how to add or remove any service without
disturbing the main display
our hostfile is like:
page rack001 <I>Compute cluster</I>
title <I>Compute Nodes</I>
subpage rack900 <I>Row1-Rack6</I> conn
group-only conn
172.29.1.49 node49.mgmt.acc.in #
172.29.1.50 node50.mgmt.acc.in #
172.29.1.51 node51.mgmt.acc.in #
172.29.1.52 node52.mgmt.acc.in #
172.29.1.53 node53.mgmt.acc.in #
172.29.1.54 node54.mgmt.acc.in #
subpage rack901 cpu
group-only cpu
0.0.0.0 node49.mgmt.acc.in # noconn
0.0.0.0 node50.mgmt.acc.in # noconn
0.0.0.0 node51.mgmt.acc.in # noconn
0.0.0.0 node52.mgmt.acc.in # noconn
0.0.0.0 node53.mgmt.acc.in # noconn
0.0.0.0 node54.mgmt.acc.in # noconn
subpage rack904 ssh
group-only ssh
0.0.0.0 node49.mgmt.acc.in # noconn
0.0.0.0 node50.mgmt.acc.in # noconn
0.0.0.0 node51.mgmt.acc.in # noconn
0.0.0.0 node52.mgmt.acc.in # noconn
0.0.0.0 node53.mgmt.acc.in # noconn
0.0.0.0 node54.mgmt.acc.in # noconn
subpage rack904 ssh
group-only ssh
0.0.0.0 node49.mgmt.acc.in # noconn
0.0.0.0 node50.mgmt.acc.in # noconn
0.0.0.0 node51.mgmt.acc.in # noconn
0.0.0.0 node52.mgmt.acc.in # noconn
0.0.0.0 node53.mgmt.acc.in # noconn
0.0.0.0 node54.mgmt.acc.in # noconn
....and so on
?
Kindly help