Xymon Mailing List Archive search

not getting ssh status for any host

13 messages in this thread

list Pankaj Dorlikar · Thu, 19 Nov 2009 21:51:51 +0530 ·
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>Yuva Compute</I>

title <I>YUVA Compute</I>

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #
172.29.1.50   mn50.mgmt.acc.in    #
172.29.1.51   mn51.mgmt.acc.in    #
172.29.1.52   mn52.mgmt.acc.in    #
172.29.1.53   mn53.mgmt.acc.in    #
172.29.1.54   mn54.mgmt.acc.in    #

subpage rack901 cpu
group-only cpu

0.0.0.0 mn49.mgmt.acc.in    # noconn
0.0.0.0 mn50.mgmt.acc.in    # noconn
0.0.0.0 mn51.mgmt.acc.in    # noconn
0.0.0.0 mn52.mgmt.acc.in    # noconn
0.0.0.0 mn53.mgmt.acc.in    # noconn
0.0.0.0 mn54.mgmt.acc.in    # noconn

subpage rack904 ssh
group-only ssh

0.0.0.0 mn49.mgmt.acc.in    # noconn
0.0.0.0 mn50.mgmt.acc.in    # noconn
0.0.0.0 mn51.mgmt.acc.in    # noconn
0.0.0.0 mn52.mgmt.acc.in    # noconn
0.0.0.0 mn53.mgmt.acc.in    # noconn
0.0.0.0 mn54.mgmt.acc.in    # noconn
....and so on

Kindly help

Regards,
pankaj
list Jerald Sheets · Thu, 19 Nov 2009 11:31:24 -0500 ·
I have to ask...
 
You don't have anything but "noconn" listed in many of your hosts,
implying you're using that because firewalling disables ping. (or
swallows ICMP echoes)
 
Does it similarly mangle your ssh sessions?
 
In a standard install, simply adding "ssh" to the end of a host blick is
all that's needed:
 
 
10.1.1.2   foo.bar.com       # conn cpu disk msgs procs ssh
 
simply by adding the ssh tag on the end of my host checks, I now have an
ssh column with the output I need.  Is this not how you were setting
this up?
 
--jms
quoted from Pankaj Dorlikar
 
 
From: pankaj dorlikar [mailto:user-93d3572686c4@xymon.invalid] 
Sent: Thursday, November 19, 2009 11:22 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] not getting ssh status for any host


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>Yuva Compute</I>

title <I>YUVA Compute</I>

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   
172.29.1.50   mn50.mgmt.acc.in    #   
172.29.1.51   mn51.mgmt.acc.in    #   
172.29.1.52   mn52.mgmt.acc.in    #   
172.29.1.53   mn53.mgmt.acc.in    #   
172.29.1.54   mn54.mgmt.acc.in    #   

subpage rack901 cpu
group-only cpu

0.0.0.0 mn49.mgmt.acc.in    # noconn
0.0.0.0 mn50.mgmt.acc.in    # noconn
0.0.0.0 mn51.mgmt.acc.in    # noconn
0.0.0.0 mn52.mgmt.acc.in    # noconn
0.0.0.0 mn53.mgmt.acc.in    # noconn
0.0.0.0 mn54.mgmt.acc.in    # noconn

subpage rack904 ssh
group-only ssh

0.0.0.0 mn49.mgmt.acc.in    # noconn
0.0.0.0 mn50.mgmt.acc.in    # noconn
0.0.0.0 mn51.mgmt.acc.in    # noconn
0.0.0.0 mn52.mgmt.acc.in    # noconn
0.0.0.0 mn53.mgmt.acc.in    # noconn
0.0.0.0 mn54.mgmt.acc.in    # noconn
....and so on 

Kindly help

Regards,
pankaj
list Greg Hubbard · Thu, 19 Nov 2009 10:58:10 -0600 ·
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh

GLH
On Thu, Nov 19, 2009 at 10:31 AM, Sheets, Jerald
quoted from Jerald Sheets
<user-dc7b196c5161@xymon.invalid>wrote:
 I have to ask...

You don't have anything but "noconn" listed in many of your hosts, implying
you're using that because firewalling disables ping. (or swallows ICMP
echoes)

Does it similarly mangle your ssh sessions?

In a standard install, simply adding "ssh" to the end of a host blick is
all that's needed:


10.1.1.2   foo.bar.com       # conn cpu disk msgs procs ssh

simply by adding the ssh tag on the end of my host checks, I now have an
ssh column with the output I need.  Is this not how you were setting this
up?

--jms


*From:* pankaj dorlikar [mailto:user-93d3572686c4@xymon.invalid]
*Sent:* Thursday, November 19, 2009 11:22 AM
*To:* user-ae9b8668bcde@xymon.invalid
*Subject:* [hobbit] not getting ssh status for any host

  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>Yuva Compute</I>

title <I>YUVA Compute</I>

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #
172.29.1.50   mn50.mgmt.acc.in    #
172.29.1.51   mn51.mgmt.acc.in    #
172.29.1.52   mn52.mgmt.acc.in    #
172.29.1.53   mn53.mgmt.acc.in    #
172.29.1.54   mn54.mgmt.acc.in    #

subpage rack901 cpu
group-only cpu

0.0.0.0 mn49.mgmt.acc.in    # noconn
0.0.0.0 mn50.mgmt.acc.in    # noconn
0.0.0.0 mn51.mgmt.acc.in    # noconn
0.0.0.0 mn52.mgmt.acc.in    # noconn
0.0.0.0 mn53.mgmt.acc.in    # noconn
0.0.0.0 mn54.mgmt.acc.in    # noconn

subpage rack904 ssh
group-only ssh

0.0.0.0 mn49.mgmt.acc.in    # noconn
0.0.0.0 mn50.mgmt.acc.in    # noconn
0.0.0.0 mn51.mgmt.acc.in    # noconn
0.0.0.0 mn52.mgmt.acc.in    # noconn
0.0.0.0 mn53.mgmt.acc.in    # noconn
0.0.0.0 mn54.mgmt.acc.in    # noconn
....and so on

Kindly help

Regards,
pankaj
-- 

Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3) my
advice is worth at least as much as what you are paying for it, or your
money cheerfully refunded.
list Malcolm Hunter · Thu, 19 Nov 2009 18:41:15 +0100 ·
quoted from Greg Hubbard
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only need to do this for the "group-only ssh" groups.

Regards,

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Greg Hubbard · Thu, 19 Nov 2009 12:46:03 -0600 ·
Yes, but it makes more sense to me to define the tests on the "real" entries
instead of on the copies.  That is not to say that your suggestion would not
work!

GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter
quoted from Malcolm Hunter
<user-b3e590ffeb6d@xymon.invalid>wrote:
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only need
to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02

-- 
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3) my
advice is worth at least as much as what you are paying for it, or your
money cheerfully refunded.
list Pankaj Dorlikar · Sat, 21 Nov 2009 15:19:33 +0530 ·
hi,
thanks for ur respoce.but i hv done such configuration for making my display
page as per the requirement.In my first display page (bb.html),
i only have 3 links.After clicking on one of the links,i have other links
and after clicking the 2 page link,i get list of hosts as first colmn and
single test as 2nd colun .
In bb-hosts,i have
*conn*<http://192.168.9.104/xymon-cgi/hobbitcolumn.sh?conn>;
  mn49.mgmt.Yuma.pram[image:
conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=conn>;
  mn50.mgmt.Yuma.pram[image:
conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=conn>;
  mn51.mgmt.Yuma.pram[image:
conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=conn>;
  mn52.mgmt.Yuma.pram[image:
conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=conn>;
  mn53.mgmt.Yuma.pram[image:
conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=conn>;
  mn54.mgmt.Yuma.pram[image:
conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn54.mgmt.yuva.param&SERVICE=conn>;

and for ssh i have

   mn49.mgmt.Yuma.pram[image:
ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=ssh>;
  mn50.mgmt.Yuma.pram[image:
ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=ssh>;
  mn51.mgmt.Yuma.pram[image:
ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=ssh>;
  mn52.mgmt.Yuma.pram[image:
ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=ssh>;
  mn53.mgmt.Yuma.pram[image:
ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=ssh>;
  mn54.mgmt.Yuma.pram-
 like this for every set of nodes .
When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.
quoted from Greg Hubbard


On Fri, Nov 20, 2009 at 12:16 AM, Greg Hubbard <user-435e16ecfd6a@xymon.invalid> wrote:
Yes, but it makes more sense to me to define the tests on the "real"
entries instead of on the copies.  That is not to say that your suggestion
would not work!

GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter <user-b3e590ffeb6d@xymon.invalid
quoted from Greg Hubbard
wrote:
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only
need to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02

--
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3)
my advice is worth at least as much as what you are paying for it, or your
money cheerfully refunded.
-- 

Pankaj V. Dorlikar
list Jerald Sheets · Sat, 21 Nov 2009 10:19:51 -0500 ·
Could you re-post this in plain text or something?   In the translation, everything got mangled and I've got all sorts of weird colors and strange white backgrounds with illegible foregrounds.

I'd love to help you if I could, but if I can't even see the issue you're having (or read the seeming mobile-texting speak in your email) then it'll be very hard to give you answers.

--jms
quoted from Pankaj Dorlikar


On Nov 21, 2009, at 4:49 AM, pankaj dorlikar wrote:
hi,
thanks for ur respoce.but i hv done such configuration for making my display page as per the requirement.In my first display page (bb.html),
i only have 3 links.After clicking on one of the links,i have other links and after clicking the 2 page link,i get list of hosts as first colmn and single test as 2nd colun .

In bb-hosts,i have   conn
  mn49.mgmt.Yuma.pram   mn50.mgmt.Yuma.pram   mn51.mgmt.Yuma.pram   mn52.mgmt.Yuma.pram   mn53.mgmt.Yuma.pram   mn54.mgmt.Yuma.pram
  and for ssh i have

  mn49.mgmt.Yuma.pram	
  mn50.mgmt.Yuma.pram	
  mn51.mgmt.Yuma.pram	
  mn52.mgmt.Yuma.pram	
  mn53.mgmt.Yuma.pram	
quoted from Pankaj Dorlikar
  mn54.mgmt.Yuma.pram	-
like this for every set of nodes .
When i do as suggested by  Malcolm Hunter,
i get error of Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.


On Fri, Nov 20, 2009 at 12:16 AM, Greg Hubbard <user-435e16ecfd6a@xymon.invalid> wrote:
Yes, but it makes more sense to me to define the tests on the "real" entries instead of on the copies.  That is not to say that your suggestion would not work!
 GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter <user-b3e590ffeb6d@xymon.invalid> wrote:
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only need to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02


-- 
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3) my advice is worth at least as much as what you are paying for it, or your money cheerfully refunded.


-- 
Pankaj V. Dorlikar
list Pankaj Dorlikar · Sun, 22 Nov 2009 01:59:22 +0530 ·
quoted from Jerald Sheets
Hi,
thanks for ur respoce.but i hv done such configuration for making my display

page as per the requirement.In my first display page (bb.html),i  have 3
links only.After clicking on one of the links,i have other links and after
clicking that other page link,i get list of hosts as first colmn and single
test as 2nd colun .
on display page,i get,
first  page for conn of row1-rack1 subpage,is :
http://192.168.4.60/xymon/rack001/rack1003/rack1002.html
              conn
host1       **
host2       **
host3       **
**-indiactes green

2nd
This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1003.html
              ssh
host1       *
host2       *
host3       *
*-indiactes purple

This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1005.html
              homemount
host1       ^
host2       ^
host3       ^
^-indiactes green
signature

like this for every set of nodes .

When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.

quoted from Jerald Sheets
On Sat, Nov 21, 2009 at 8:49 PM, Jerald Sheets <user-96a6f34c5806@xymon.invalid> wrote:
Could you re-post this in plain text or something?

In the translation, everything got mangled and I've got all sorts of weird
colors and strange white backgrounds with illegible foregrounds.

I'd love to help you if I could, but if I can't even see the issue you're
having (or read the seeming mobile-texting speak in your email) then it'll
be very hard to give you answers.

--jms


On Nov 21, 2009, at 4:49 AM, pankaj dorlikar wrote:

hi,
thanks for ur respoce.but i hv done such configuration for making my
display page as per the requirement.In my first display page (bb.html),
i only have 3 links.After clicking on one of the links,i have other links
and after clicking the 2 page link,i get list of hosts as first colmn and
single test as 2nd colun .
In bb-hosts,i have   *conn*<http://192.168.9.104/xymon-cgi/hobbitcolumn.sh?conn>;
  mn49.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=conn>;
  mn50.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=conn>;
  mn51.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=conn>;
  mn52.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=conn>;
  mn53.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=conn>;
  mn54.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn54.mgmt.yuva.param&SERVICE=conn>;

and for ssh i have

   mn49.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=ssh>;
  mn50.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=ssh>;
  mn51.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=ssh>;
  mn52.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=ssh>;
  mn53.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=ssh>;
  mn54.mgmt.Yuma.pram-
 like this for every set of nodes .
When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.


On Fri, Nov 20, 2009 at 12:16 AM, Greg Hubbard <user-435e16ecfd6a@xymon.invalid>wrote:
Yes, but it makes more sense to me to define the tests on the "real"
entries instead of on the copies.  That is not to say that your suggestion
would not work!

GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter <
user-b3e590ffeb6d@xymon.invalid> wrote:
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only
need to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02

--
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3)
my advice is worth at least as much as what you are paying for it, or your
money cheerfully refunded.
--
Pankaj V. Dorlikar

-- 

Pankaj V. Dorlikar
list Jerald Sheets · Sun, 22 Nov 2009 01:13:21 -0500 ·
I think your best scenario is one where you divorce yourself from the idea of placing a single host's status across multiple pages.

For instance, in an installation with a couple thousand hosts, I too would like to have a page where I could just have my conn status and subpages filled with the rest of what I'm monitoring.  However, I think you're asking a little much of the system (unless Henrik wants to correct me)     :)

What I've found myself doing most is grouping my hosts logically into subpages and sorting by function.  Once into the subpage, then all statuses are completely viewable and available. 
I will say this, though, I use the "All Non-Green" view more than anything else in Hobbit/Xymon.  It is our dashboard and our lifeline throughout the day.  We've caught a ton of things that other monitors have missed or fallen short on via that page.

Perhaps looking at the system a different way will give you the coverage you need.

Wish I could be of more help.
quoted from Pankaj Dorlikar

--jms


On Nov 21, 2009, at 3:29 PM, pankaj dorlikar wrote:
Hi,
thanks for ur respoce.but i hv done such configuration for making my display page as per the requirement.In my first display page (bb.html),i  have 3 links only.After clicking on one of the links,i have other links and after clicking that other page link,i get list of hosts as first colmn and single test as 2nd colun .
on display page,i get,
first  page for conn of row1-rack1 subpage,is : http://192.168.4.60/xymon/rack001/rack1003/rack1002.html
              conn
host1       **
host2       **
host3       **
**-indiactes green

2nd This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1003.html
              ssh
host1       *
host2       *
host3       *
*-indiactes purple

This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1005.html
              homemount
host1       ^
host2       ^
host3       ^
^-indiactes green

like this for every set of nodes .

When i do as suggested by  Malcolm Hunter,
i get error of Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.

On Sat, Nov 21, 2009 at 8:49 PM, Jerald Sheets <user-96a6f34c5806@xymon.invalid> wrote:
Could you re-post this in plain text or something?   In the translation, everything got mangled and I've got all sorts of weird colors and strange white backgrounds with illegible foregrounds.

I'd love to help you if I could, but if I can't even see the issue you're having (or read the seeming mobile-texting speak in your email) then it'll be very hard to give you answers.

--jms


On Nov 21, 2009, at 4:49 AM, pankaj dorlikar wrote:
hi,
thanks for ur respoce.but i hv done such configuration for making my display page as per the requirement.In my first display page (bb.html),
i only have 3 links.After clicking on one of the links,i have other links and after clicking the 2 page link,i get list of hosts as first colmn and single test as 2nd colun .
In bb-hosts,i have   conn
  mn49.mgmt.Yuma.pram   mn50.mgmt.Yuma.pram   mn51.mgmt.Yuma.pram   mn52.mgmt.Yuma.pram   mn53.mgmt.Yuma.pram   mn54.mgmt.Yuma.pram
  and for ssh i have

  mn49.mgmt.Yuma.pram	
  mn50.mgmt.Yuma.pram	
  mn51.mgmt.Yuma.pram	
  mn52.mgmt.Yuma.pram	
  mn53.mgmt.Yuma.pram	
  mn54.mgmt.Yuma.pram	-
like this for every set of nodes .
When i do as suggested by  Malcolm Hunter,
i get error of Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.


On Fri, Nov 20, 2009 at 12:16 AM, Greg Hubbard <user-435e16ecfd6a@xymon.invalid> wrote:
Yes, but it makes more sense to me to define the tests on the "real" entries instead of on the copies.  That is not to say that your suggestion would not work!
 GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter <user-b3e590ffeb6d@xymon.invalid> wrote:
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only need to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02


-- 
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3) my advice is worth at least as much as what you are paying for it, or your money cheerfully refunded.


-- 
Pankaj V. Dorlikar

-- 
Pankaj V. Dorlikar
list Pankaj Dorlikar · Sun, 22 Nov 2009 23:41:21 +0530 ·
Thanks.But my problem is not yet solved.Please advise/help me.
quoted from Jerald Sheets
On Sun, Nov 22, 2009 at 11:43 AM, Jerald Sheets <user-96a6f34c5806@xymon.invalid> wrote:
I think your best scenario is one where you divorce yourself from the idea
of placing a single host's status across multiple pages.

For instance, in an installation with a couple thousand hosts, I too would
like to have a page where I could just have my conn status and subpages
filled with the rest of what I'm monitoring.  However, I think you're asking
a little much of the system (unless Henrik wants to correct me)     :)

What I've found myself doing most is grouping my hosts logically into
subpages and sorting by function.  Once into the subpage, then all statuses
are completely viewable and available.

I will say this, though, I use the "All Non-Green" view more than anything
else in Hobbit/Xymon.  It is our dashboard and our lifeline throughout the
day.  We've caught a ton of things that other monitors have missed or fallen
short on via that page.

Perhaps looking at the system a different way will give you the coverage
you need.

Wish I could be of more help.

--jms


On Nov 21, 2009, at 3:29 PM, pankaj dorlikar wrote:

Hi,
thanks for ur respoce.but i hv done such configuration for making my
display page as per the requirement.In my first display page (bb.html),i
have 3 links only.After clicking on one of the links,i have other links and
after clicking that other page link,i get list of hosts as first colmn and
single test as 2nd colun .
on display page,i get,
first  page for conn of row1-rack1 subpage,is :
http://192.168.4.60/xymon/rack001/rack1003/rack1002.html
              conn
host1       **
host2       **
host3       **
**-indiactes green

2nd
This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1003.html
              ssh
host1       *
host2       *
host3       *
*-indiactes purple

This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1005.html
              homemount
host1       ^
host2       ^
host3       ^
^-indiactes green

like this for every set of nodes .

When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.

On Sat, Nov 21, 2009 at 8:49 PM, Jerald Sheets <user-96a6f34c5806@xymon.invalid> wrote:
Could you re-post this in plain text or something?

In the translation, everything got mangled and I've got all sorts of weird
colors and strange white backgrounds with illegible foregrounds.

I'd love to help you if I could, but if I can't even see the issue you're
having (or read the seeming mobile-texting speak in your email) then it'll
be very hard to give you answers.

--jms


On Nov 21, 2009, at 4:49 AM, pankaj dorlikar wrote:

hi,
thanks for ur respoce.but i hv done such configuration for making my
display page as per the requirement.In my first display page (bb.html),
i only have 3 links.After clicking on one of the links,i have other links
and after clicking the 2 page link,i get list of hosts as first colmn and
single test as 2nd colun .
In bb-hosts,i have   *conn*<http://192.168.9.104/xymon-cgi/hobbitcolumn.sh?conn>;
  mn49.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=conn>;
  mn50.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=conn>;
  mn51.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=conn>;
  mn52.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=conn>;
  mn53.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=conn>;
  mn54.mgmt.Yuma.pram[image: conn:green:5h49m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn54.mgmt.yuva.param&SERVICE=conn>;

and for ssh i have

   mn49.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=ssh>;
  mn50.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=ssh>;
  mn51.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=ssh>;
  mn52.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=ssh>;
  mn53.mgmt.Yuma.pram[image: ssh:green:5h48m]<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=ssh>;
  mn54.mgmt.Yuma.pram-
 like this for every set of nodes .
When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.


On Fri, Nov 20, 2009 at 12:16 AM, Greg Hubbard <user-435e16ecfd6a@xymon.invalid>wrote:
Yes, but it makes more sense to me to define the tests on the "real"
entries instead of on the copies.  That is not to say that your suggestion
would not work!

GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter <
user-b3e590ffeb6d@xymon.invalid> wrote:
You have to enable the ssh test, like Jerald says.  You do this on
each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn
172.29.1.49   mn49.mgmt.acc.in    #   ssh
172.29.1.50   mn50.mgmt.acc.in    #   ssh
172.29.1.51   mn51.mgmt.acc.in    #   ssh
172.29.1.52   mn52.mgmt.acc.in    #   ssh
172.29.1.53   mn53.mgmt.acc.in    #   ssh
172.29.1.54   mn54.mgmt.acc.in    #   ssh
Except the "group-only conn" will not show the ssh column. So you only
need to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02

--
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3)
my advice is worth at least as much as what you are paying for it, or your
money cheerfully refunded.
--
Pankaj V. Dorlikar

--
Pankaj V. Dorlikar

-- 
Pankaj V. Dorlikar
list Jerald Sheets · Sun, 22 Nov 2009 16:13:14 -0500 ·
quoted from Pankaj Dorlikar
On Nov 22, 2009, at 1:11 PM, pankaj dorlikar wrote:
Thanks.But my problem is not yet solved.Please advise/help me. 
Wish I could be of more help.

--jms

That answer above means I cannot help you.   You'll need to seek that from someone else.

I gave you my suggestion, and it appears you've rejected it, therefore I have nothing to offer.


--jms
list Vernon Everett · Mon, 23 Nov 2009 09:23:00 +0800 ·
To have a host appear in multiple places is supported and easy - we do it all the time, presenting different view for different groups, some with a limited number of columns.

The error you describe can be avoided by having only ONE "real" entry for your server, and it should look like this.
1.2.3.4  server1 # ssh prefer

All other entries for this server should look like this
0.0.0.0 server1 # noconn

If you want a page with only conn (or any other subgroup of columns) look for the group-only and group-except clauses in the bb-host man pages.
You should have something like this, assuming it is listed elsewhere as the "real" entry.
group-only conn My Servers (Conn only)
0.0.0.0 server1 # noconn

Cheers
      Vernon
quoted from Pankaj Dorlikar


From: pankaj dorlikar [mailto:user-93d3572686c4@xymon.invalid]
Sent: Monday, 23 November 2009 2:11 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] not getting ssh status for any host


Thanks.But my problem is not yet solved.Please advise/help me.
On Sun, Nov 22, 2009 at 11:43 AM, Jerald Sheets <user-96a6f34c5806@xymon.invalid<mailto:user-96a6f34c5806@xymon.invalid>> wrote:
I think your best scenario is one where you divorce yourself from the idea of placing a single host's status across multiple pages.

For instance, in an installation with a couple thousand hosts, I too would like to have a page where I could just have my conn status and subpages filled with the rest of what I'm monitoring.  However, I think you're asking a little much of the system (unless Henrik wants to correct me)     :)

What I've found myself doing most is grouping my hosts logically into subpages and sorting by function.  Once into the subpage, then all statuses are completely viewable and available.

I will say this, though, I use the "All Non-Green" view more than anything else in Hobbit/Xymon.  It is our dashboard and our lifeline throughout the day.  We've caught a ton of things that other monitors have missed or fallen short on via that page.

Perhaps looking at the system a different way will give you the coverage you need.

Wish I could be of more help.

--jms


On Nov 21, 2009, at 3:29 PM, pankaj dorlikar wrote:

Hi,
thanks for ur respoce.but i hv done such configuration for making my display page as per the requirement.In my first display page (bb.html),i  have 3 links only.After clicking on one of the links,i have other links and after clicking that other page link,i get list of hosts as first colmn and single test as 2nd colun .
on display page,i get,
first  page for conn of row1-rack1 subpage,is : http://192.168.4.60/xymon/rack001/rack1003/rack1002.html
              conn
host1       **
host2       **
host3       **
**-indiactes green

2nd
This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1003.html
              ssh
host1       *
host2       *
host3       *
*-indiactes purple

This page is : http://192.168.4.60/xymon/rack001/rack1003/rack1005.html
              homemount
host1       ^
host2       ^
host3       ^
^-indiactes green

like this for every set of nodes .

When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.

On Sat, Nov 21, 2009 at 8:49 PM, Jerald Sheets <user-96a6f34c5806@xymon.invalid<mailto:user-96a6f34c5806@xymon.invalid>> wrote:
Could you re-post this in plain text or something?

In the translation, everything got mangled and I've got all sorts of weird colors and strange white backgrounds with illegible foregrounds.

I'd love to help you if I could, but if I can't even see the issue you're having (or read the seeming mobile-texting speak in your email) then it'll be very hard to give you answers.

--jms


On Nov 21, 2009, at 4:49 AM, pankaj dorlikar wrote:

hi,
thanks for ur respoce.but i hv done such configuration for making my display page as per the requirement.In my first display page (bb.html),
i only have 3 links.After clicking on one of the links,i have other links and after clicking the 2 page link,i get list of hosts as first colmn and single test as 2nd colun .
In bb-hosts,i have   conn<http://192.168.9.104/xymon-cgi/hobbitcolumn.sh?conn>;

  mn49.mgmt.Yuma.pram<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=conn>;   mn50.mgmt.Yuma.pram<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=conn>;   mn51.mgmt.Yuma.pram<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=conn>;   mn52.mgmt.Yuma.pram<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=conn>;   mn53.mgmt.Yuma.pram<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=conn>;   mn54.mgmt.Yuma.pram<http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn54.mgmt.yuva.param&SERVICE=conn>;

and for ssh i have


  mn49.mgmt.Yuma.pram   <http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn49.mgmt.yuva.param&SERVICE=ssh>;
  mn50.mgmt.Yuma.pram   <http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn50.mgmt.yuva.param&SERVICE=ssh>;
  mn51.mgmt.Yuma.pram   <http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn51.mgmt.yuva.param&SERVICE=ssh>;
  mn52.mgmt.Yuma.pram   <http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn52.mgmt.yuva.param&SERVICE=ssh>;
  mn53.mgmt.Yuma.pram   <http://192.168.9.104/xymon-cgi/bb-hostsvc.sh?HOST=mn53.mgmt.yuva.param&SERVICE=ssh>;
quoted from Pankaj Dorlikar
  mn54.mgmt.Yuma.pram   -

like this for every set of nodes .
When i do as suggested by  Malcolm Hunter,
i get error of
Host a.b.c.d appears twice in bb-hosts! This may cause strange results.
and if i do as i given in my firsh query,
i get purple ssh.
kindly suggest.


On Fri, Nov 20, 2009 at 12:16 AM, Greg Hubbard <user-435e16ecfd6a@xymon.invalid<mailto:user-435e16ecfd6a@xymon.invalid>> wrote:
Yes, but it makes more sense to me to define the tests on the "real" entries instead of on the copies.  That is not to say that your suggestion would not work!

GLH

On Thu, Nov 19, 2009 at 11:41 AM, Malcolm Hunter <user-b3e590ffeb6d@xymon.invalid<mailto:user-b3e590ffeb6d@xymon.invalid>> wrote:
You have to enable the ssh test, like Jerald says.  You do this on each
"real" (instead of copy) entry.

So:

subpage rack900 <I>Row1-Rack6</I>    conn
group-only conn

172.29.1.49   mn49.mgmt.acc.in<http://mn49.mgmt.acc.in/>;    #   ssh
172.29.1.50   mn50.mgmt.acc.in<http://mn50.mgmt.acc.in/>;    #   ssh
172.29.1.51   mn51.mgmt.acc.in<http://mn51.mgmt.acc.in/>;    #   ssh
172.29.1.52   mn52.mgmt.acc.in<http://mn52.mgmt.acc.in/>;    #   ssh
172.29.1.53   mn53.mgmt.acc.in<http://mn53.mgmt.acc.in/>;    #   ssh
172.29.1.54   mn54.mgmt.acc.in<http://mn54.mgmt.acc.in/>;    #   ssh
quoted from Pankaj Dorlikar
Except the "group-only conn" will not show the ssh column. So you only need to do this for the "group-only ssh" groups.

Regards,

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02


--
Disclaimer:  1) all opinions are my own, 2) I may be completely wrong, 3) my advice is worth at least as much as what you are paying for it, or your money cheerfully refunded.


--
Pankaj V. Dorlikar


--
Pankaj V. Dorlikar


--
Pankaj V. Dorlikar

NOTICE: This email and any attachments are confidential. 
They may contain legally privileged information or 
copyright material. You must not read, copy, use or 
disclose them without authorisation. If you are not an 
intended recipient, please contact us at once by return 
email and then delete both messages and all attachments.
list Jerald Sheets · Mon, 23 Nov 2009 07:39:14 -0500 ·
Thank you for the info, Vernon.   I was pulling my hair out on this.

--j


On Nov 22, 2009, at 8:23 PM, Everett, Vernon wrote:

...