In <AANLkTiki9ssUVQb=U0w0nyxuujN=Bmr9+g9Oq0xq_gWA at mail.gmail.com> akshar bhosale <akshar.bhosale at gmail.com> writes:
I want green status for ssh for all clients again.what should i do?Rest all thins are ok. My hostfile is like:
Your bb-hosts file does not configure Xymon to perform any SSH tests. To have an "ssh" status, you must list "ssh" as one of the network tests you run for the host. With the layout you use (a bit unorthodox, but quite ok), you should add "ssh" on these lines:
subpage rack900 <I>Row1-Rack6</I> conn group-only conn 172.29.1.49 node49.mgmt.acc.in # ssh 172.29.1.50 node50.mgmt.acc.in # ssh 172.29.1.51 node51.mgmt.acc.in # ssh 172.29.1.52 node52.mgmt.acc.in # ssh 172.29.1.53 node53.mgmt.acc.in # ssh 172.29.1.54 node54.mgmt.acc.in # ssh
The "group-only conn" makes sure you only get the "conn" status displayed on that page, but the "ssh" test will run and show up on the page where you have a "group-only ssh".
Don't put the "ssh" on the entries in the "group-only ssh" section. All of the network tests you perform must be listed in a single entry, not spread over several lines.
Regards, Henrik