[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] How to find that 1 host with no tests?
- To: "'xymon (at) xymon.com'" <xymon (at) xymon.com>
- Subject: Re: [xymon] How to find that 1 host with no tests?
- From: Thomas Eckert <thomas.eckert (at) IT-Eckert.de>
- Date: Fri, 23 Jul 2010 13:22:31 +0200 (CEST)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1279884167; l=974; s=domk; d=it-eckert.de; h=Content-Type:MIME-Version:References:In-Reply-To:Subject:To:From: Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=v/y2ZmGpiwhd6qWuaxEvSUHs2KQ=; b=qvOCVlmqOgUhRE+XSgs3ifsmsEaFHvfiX+0LP0FK2CA05WPaHxkEvyUo2nXCwEXZHF7 JifrPwgQ0SNqJ4eI9h+qHBLOaTJtjh3e8QDB+jvEI7CMybAeTH7xpaI6OCHi7WuDcaX1F BqF6L4ZhbLvP2ISp6wz7wXgxj+4HNWutqNA=
- Organization: IT-Beratung Eckert - http://www.it-eckert.de/
- References: <3BD667CCFBD0D04CA2BC3D57D01B642630AC9B3FA3 (at) HORMXB103VM1.onerm.dk>
- User-agent: Alpine 2.00 (LNX 1167 2008-08-23)
Hi,
with the "hobbitdboard" you can list all hosts along with services, ...
So on the Xymon-/Hobbit-Server run the following (as monitoring user):
~/server/bin/bb localhost "hobbitdboard"
Your candidate should have an empty 2nd field.
Maybe the following works:
~/server/bin/bb localhost "hobbitdboard" | awk -F"|" '{ if ( $2 == "" ) { print $1 "is the one ;), service=\"" $2 "\""; }; }'
THT,
Thomas
On Fri, 23 Jul 2010, Carl Melgaard wrote:
Hi,
So I've got this in my bbtest statistics: "Hosts with no tests: 1" - how do I find that one host? I've tried to track down "noconn" hosts and hosts with "0.0.0.0" as IP - but cant seem to find it. Any way to debug?
/melgaard
-- -------------------------------------------------------------------------
| IT-Beratung Eckert | Hartkirchweg 54 | fon: +49 (0)761/ 594 9898
| Thomas Eckert | 79111 Freiburg i.Br. | fax: +49 (0)761/ 594 9899
| | Germany | http://www.it-eckert.de/