[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Same host 2x in bb-hosts file: 1 for "servers" 1 for services.. How?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Same host 2x in bb-hosts file: 1 for "servers" 1 for services.. How?
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Mon, 27 Apr 2009 14:36:38 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=tnl2UI6L0CPRpzsJe35lydKJvQ/4llp5s5LNBZXAftQ=; b=s2Uru4vVF1gzVTlP+9Lc0WkjuRGY1o1I4CgE6IPQMOJlbAnbr8IXWB9IQxjXgMWUlf 6Mv9DRBrmXfAroAql0q2cPWTn1NA5l/c3XVI4Wc+YtVVULLSPPT2wt4PZqm6nSZc7hzQ 4uRJGzS4v9fPqUmJ1HXXVWyLdeaqpMuRXc/Fw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GTL2N9I43DQNmaObWS9+maB2dximRdU7pCkmo5GghZ4xVmAyFJfCy/yI0LkhYnOgM6 ZmTgKe+2U9unZE7Ar/5YeTGfO0ncXA+qwZmvyNaIQbG6azNVBMk1qRXUyjuQQq83HGlU DVNWd574aBBgLi0aYiRx6Q+kauGV9f/m7IMD0=
- References: <64D985D95017494B8EB2F65744510555BDA6 (at) tropicana2.alc.org> <C61B7E89.A23%wottley (at) cmicanada.com>
On Mon, Apr 27, 2009 at 2:23 PM, William Ottley <wottley (at) cmicanada.com>wrote:
> Hi all,
>
> One last question here...
> I'm trying to structure my page, so that I have 3 areas to test for:
> Servers, services & routers/switches/firewall
> I'd like to have all the servers listed under the page "servers", with all
> the basic xymon client tests.
>
> I'd like to have all the services under another page "services", with
> apache, ftp, mysql, etc.
>
> What I came to realize, is that I get an error, because there are 2 host
> entries in the bb-hosts file. On top of that, I'd only like to show just
> that test for that server, such as "apache", without showing all the other
> standard client tests such as "cpu, disk, files"
>
> I looked at the demo site, and I have a bb-hosts file for:
> "172.16.10.2 www.hswn.dk"
> And setup a client like that, but it comes up with all the standard client
> tests.
>
> Can someone point me to documentation that shows how to set up the tests
> this way? examples?
Take a look at the bb-hosts man page - the thing you want is probably
"group-only", as in:
group-only conn|cpu|disk|files
a.b.c.d server.domain.com
group-only apache
0.0.0.0 server.domain.com # noconn
Group names are optional. If given, they show at the top of the hostname
column.
Ralph Mitchell