[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Repeat entries in bb-hosts
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Repeat entries in bb-hosts
- From: Jeff Newman <jeffnewman75 (at) gmail.com>
- Date: Tue, 24 Jan 2006 10:00:53 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=o5C7DA/+sriPrGNSiZn6HS1wFOMLkTTLXjQvFtB1elooCeJruOp382w/JCTPOTuA8/2LR3EpR7zMrev1OciLUqWEey0o8VUFyULcjTbZyJawyZLKOXWAVDUiGOGkIGx9qX00wL0sK8P7orpqMZiYkWQn9HKme7OQkzdJTB11ZC4=
- References: <e73320da0601231134o3d6a499x1e5b7acec5b25feb@mail.gmail.com> <20060123210729.GB12418@hswn.dk>
I tried this, but I don't think my implementation was correct.
How I have it now is my bb-hosts has:
dispinclude bb-hosts.all
include bb-hosts.subs
That way I can see an "all" view, or the servers broken into categories.
I define each host in the bb-hosts.all and bb-hosts.subs
In the "subs" page, I tried setting all of the IP's to 0.0.0.0 and putting
#noconn
at the end, and shortly after, everything on both pages went purple, so
Im not sure if the way I am approaching it is wrong or what.
-Jeff
On 1/23/06, Henrik Stoerner <henrik (at) hswn.dk> wrote:
>
> On Mon, Jan 23, 2006 at 04:34:39PM -0300, mario andre wrote:
> >
> > In my bb-hosts I group the hosts by networks and now I would like to
> create
> > another subpage to group ,for example, with all the database servers,
> but
> > maintaining them on the respectively networks page too.
> >
> > How can I repeat entries in bb-hosts just to create the new page and the
> > hobbit ignore this?
>
> If you just want these hosts displayed on two (or more) pages, you
> should have *one* place where you define them normally with all of the
> various network tests you perform; and all other places you must have
> them defined with
>
> 0.0.0.0 host1.foo.com # noconn
>
> Hobbit will use the first (master) definition for all of the network
> tests and other settings; in all of the other places it will
> automatically copy the results and displays from the master definition.
>
>
> Henrik
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>