Hi,<br>i have xymon4.2.2 and rhel 5.2 os.i have a server and 120 clients.<br>on some of the clients,i was getting purple status for ssh.then i removed it by using ./bb 127.0.0.1 "drop clientname ssh" on server and the purple status gone for those clients but now there is no status for ssh on display page for client.I want green status for ssh for all clients again.what should i do?Rest all thins are ok.<br>
My hostfile is like:<br><br><br>page rack001 <I>Compute cluster</I><br><br>title <I>Compute Nodes</I><br><br>subpage rack900 <I>Row1-Rack6</I>    conn<br>group-only conn<br>172.29.1.49   <a href="http://node49.mgmt.acc.in">node49.mgmt.acc.in</a>    #<br>
172.29.1.50   <a href="http://node50.mgmt.acc.in">node50.mgmt.acc.in</a>    #<br>172.29.1.51   <a href="http://node51.mgmt.acc.in">node51.mgmt.acc.in</a>    #<br>172.29.1.52   <a href="http://node52.mgmt.acc.in">node52.mgmt.acc.in</a>    #<br>
172.29.1.53   <a href="http://node53.mgmt.acc.in">node53.mgmt.acc.in</a>    #<br>172.29.1.54   <a href="http://node54.mgmt.acc.in">node54.mgmt.acc.in</a>    #<br><br>subpage rack901 cpu<br>group-only cpu<br><br>0.0.0.0 <a href="http://node49.mgmt.acc.in">node49.mgmt.acc.in</a>    # noconn<br>
0.0.0.0 <a href="http://node50.mgmt.acc.in">node50.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node51.mgmt.acc.in">node51.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node52.mgmt.acc.in">node52.mgmt.acc.in</a>    # noconn<br>
0.0.0.0 <a href="http://node53.mgmt.acc.in">node53.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node54.mgmt.acc.in">node54.mgmt.acc.in</a>    # noconn<br><br>subpage rack904 ssh<br>group-only ssh<br><br>0.0.0.0 <a href="http://node49.mgmt.acc.in">node49.mgmt.acc.in</a>    # noconn<br>
0.0.0.0 <a href="http://node50.mgmt.acc.in">node50.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node51.mgmt.acc.in">node51.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node52.mgmt.acc.in">node52.mgmt.acc.in</a>    # noconn<br>
0.0.0.0 <a href="http://node53.mgmt.acc.in">node53.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node54.mgmt.acc.in">node54.mgmt.acc.in</a>    # noconn<br><br>subpage rack904 ssh<br>group-only ssh<br><br>0.0.0.0 <a href="http://node49.mgmt.acc.in">node49.mgmt.acc.in</a>    # noconn<br>
0.0.0.0 <a href="http://node50.mgmt.acc.in">node50.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node51.mgmt.acc.in">node51.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node52.mgmt.acc.in">node52.mgmt.acc.in</a>    # noconn<br>
0.0.0.0 <a href="http://node53.mgmt.acc.in">node53.mgmt.acc.in</a>    # noconn<br>0.0.0.0 <a href="http://node54.mgmt.acc.in">node54.mgmt.acc.in</a>    # noconn<br>....and so on<br><br>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 comon 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?<br>
 <br> <br><br>Kindly help<br>