Xymon Mailing List Archive search

ssh status problem

list Vernon Everett
Wed, 1 Sep 2010 11:00:31 +0800
Message-Id: <user-4f1d686e974d@xymon.invalid>

You need to tell Xymon to monitor ssh.
It doesn't do it as standard.
Try change your bb-hosts to the following
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

This only needs to be done on the first instance of the host. (The one with
the IP address)

Regards
     Vernon


On Wed, Sep 1, 2010 at 2:53 AM, akshar bhosale <user-ef04175556bd@xymon.invalid>wrote:
---------- Forwarded message ----------
From: akshar bhosale <user-ef04175556bd@xymon.invalid>
Date: Tue, Aug 31, 2010 at 9:36 PM
Subject: ssh status problem
To: user-ae9b8668bcde@xymon.invalid


Hi,
i have xymon4.2.2 and rhel 5.2 os.i have a server and 120 clients.
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.
My 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