Xymon Mailing List Archive search

dropped hosts comes back

6 messages in this thread

list Pkc_mls · Thu, 18 Feb 2010 14:09:29 +0100 ·
Hi all,

I have an issue with a hobbit/xymon installation on a debian stable
machine. (installation was done with the debian package, so the version
is 4.3.0.0 beta2).

Even if I drop a complete host with the bb drop command, and this host
is not in the bb-hosts file, the tests are still performed.

I also removed the files in the data directory for this host, but it
comes back.

The bb hobbitboard shows the hosts.

How can I get rid of my old hosts/tests ?

thanks.
list Rich Smrcina · Thu, 18 Feb 2010 07:26:10 -0600 ·
quoted from Pkc_mls
On 02/18/2010 07:09 AM, pkc_mls wrote:
Hi all,

I have an issue with a hobbit/xymon installation on a debian stable
machine. (installation was done with the debian package, so the version
is 4.3.0.0 beta2).

Even if I drop a complete host with the bb drop command, and this host
is not in the bb-hosts file, the tests are still performed.

I also removed the files in the data directory for this host, but it
comes back.

The bb hobbitboard shows the hosts.

How can I get rid of my old hosts/tests ?

thanks.

   
You removed the host from bb-host and it still appears on the Hobbit web 
page?  What color is it?

-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list Jerald Sheets · Thu, 18 Feb 2010 10:05:12 -0500 ·
Also,

did you kill the client on the monitored host?


---
Jerald M. Sheets jr.
quoted from Rich Smrcina


On Thu, Feb 18, 2010 at 8:26 AM, Rich Smrcina <user-cf452ff334e0@xymon.invalid> wrote:
On 02/18/2010 07:09 AM, pkc_mls wrote:
Hi all,

I have an issue with a hobbit/xymon installation on a debian stable
machine. (installation was done with the debian package, so the version
is 4.3.0.0 beta2).

Even if I drop a complete host with the bb drop command, and this host
is not in the bb-hosts file, the tests are still performed.

I also removed the files in the data directory for this host, but it
comes back.

The bb hobbitboard shows the hosts.

How can I get rid of my old hosts/tests ?

thanks.

You removed the host from bb-host and it still appears on the Hobbit web
page?  What color is it?

--
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY

list Pkc_mls · Thu, 18 Feb 2010 16:23:07 +0100 ·
Jerald Sheets a écrit :
Also,

did you kill the client on the monitored host?
Hi,
for a conn test there is no client.
I forgot to mention this.
quoted from Jerald Sheets
You removed the host from bb-host and it still appears on the Hobbit web
page?  What color is it?
The color is red or blank.
list Greg Hubbard · Thu, 18 Feb 2010 12:43:09 -0600 ·
Make sure that there aren't copies of the same node somewhere else in the
bb-hosts file, perhaps with 0.0.0.0 as the IP address.  A "red" test means
that the Xymon server is really trying to ping something, and the ping is
failing.  Blank means that the host is not being pinged, so you are probably
looking at a copy (0.0.0.0   host  # noconn) entry.

Just guesses.  Let us know when you figure it out.
quoted from Pkc_mls

On Thu, Feb 18, 2010 at 9:23 AM, pkc_mls <user-06f34394900f@xymon.invalid> wrote:
Jerald Sheets a écrit :
Also,

did you kill the client on the monitored host?
Hi,
for a conn test there is no client.
I forgot to mention this.
You removed the host from bb-host and it still appears on the Hobbit web
page?  What color is it?
The color is red or blank.

-- 

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 Pkc_mls · Fri, 19 Feb 2010 08:49:25 +0100 ·
quoted from Greg Hubbard
Greg Hubbard a écrit :
Make sure that there aren't copies of the same node somewhere else in the
bb-hosts file, perhaps with 0.0.0.0 as the IP address.  A "red" test means
that the Xymon server is really trying to ping something, and the ping is
failing.  Blank means that the host is not being pinged, so you are probably
looking at a copy (0.0.0.0   host  # noconn) entry.

Just guesses.  Let us know when you figure it out.
the /etc/hobbit was recreated by the script
/usr/share/hobbit/init-common.sh.

The bb-hosts contains indeed my old tests, so I removed the script above
from the starting script, and everything is fine now.

My mistake was to use sometimes /etc/init.d/hobbit start and sometimes
$HOBBITHOME/hobbit.sh start. The first recreated the /etc/hobbit, but
the second didn't create anything.

thanks for the answers.

I'll be more carefull with startup scripts next time.