Xymon Mailing List Archive search

No clients are showing up in xymon webpage

list Yanni
Mon, 19 Dec 2011 10:24:48 +0000
Message-Id: <user-1e3bf1560d1f@xymon.invalid>

Hi David

I removed all bbd tags but they still don't come up. :(


On 12/17/2011 11:00 AM, xymon-request at xymon.com wrote:
Send Xymon mailing list submissions to

To subscribe or unsubscribe via the World Wide Web, visit
or, via email, send a message with subject or body 'help' to

You can reach the person managing the list at

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Xymon digest..."


Today's Topics:

    1. Re: No clients are showing up in xymon webpage
       (Gore, David W (David))
    2. Re: custom script fails when I add ssh command (oliver)


Message: 1
Date: Fri, 16 Dec 2011 06:24:13 -0500
From: "Gore, David W (David)"<user-368fd67cc6bd@xymon.invalid>
To: "xymon at xymon.com"<xymon at xymon.com>
Subject: Re: [Xymon] No clients are showing up in xymon webpage
Message-ID:
	<user-67f197bf3136@xymon.invalid>
	
Content-Type: text/plain; charset="us-ascii"

Remove the 'bbd' tag.

~David

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Yanni
Sent: Friday, December 16, 2011 05:28
To: Josh Luthman
Cc: xymon at xymon.com
Subject: Re: [Xymon] No clients are showing up in xymon webpage

Here it is:

193.63.56.174   paris.bbk.ac.uk      # bbd http://paris.bbk.ac.uk/

193.63.56.118   bs313.bbk.ac.uk   # bbd

193.63.56.169   thor.bbk.ac.uk       # bbd

193.63.56.116   bs243.bbk.ac.uk   # bbd

paris is the xymon server
bs313 and bs243 are windows XP clients and thor is a fedora box.

paris comes up since it was setup automatically during the installation
bs243 also comes up but I don't get any tests. This is most likely
because of my configuration which I am still learning about.

The rest of them they don't even come up on the xymon page and I just
don't see why.

Thanks a lot
Yanni

On 12/15/2011 05:43 PM, Josh Luthman wrote:
Share your hosts.cfg so we can see what it looks like?

Are these hosts not even getting a conn test?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Thu, Dec 15, 2011 at 12:41 PM, Yanni
<user-04b379562e0f@xymon.invalid>   wrote:
Hello

I have defined 4 clients inside "hosts.cfg" but only one of them shows up
in xymon. Does anyone know why this is happening?

Many thanks
Yanni
Message: 2
Date: Fri, 16 Dec 2011 09:42:50 -0500
From: oliver<user-c44cbd0c692f@xymon.invalid>
To: xymon at xymon.com
Subject: Re: [Xymon] custom script fails when I add ssh command
Message-ID:
	<user-168f833b4775@xymon.invalid>
Content-Type: text/plain; charset=ISO-8859-1

On Thu, Dec 15, 2011 at 8:04 PM, Ralph Mitchell<user-00a5e44c48c0@xymon.invalid>  wrote:
I think ssh is "draining" the input stream, which in this case means the
pipeline coming into the while loop.? Try redirecting the ssh input stream
from /dev/null:

????? /usr/bin/ssh bwadmin@${MACHINE} "hostname"<  /dev/null

I tested that with this command line:

???? ls | while read a; do ssh 192.168.1.4 hostname<  /dev/null ; done

and got back the remote host name once for each file in the local directory.
Yes - that fixed everything.  Thank you so much for the replying.


End of Xymon Digest, Vol 11, Issue 17
*************************************