<div>I tried this, but I don't think my implementation was correct. </div>
<div> </div>
<div>How I have it now is my bb-hosts has:</div>
<div> </div>
<div>dispinclude bb-hosts.all</div>
<div>include bb-hosts.subs</div>
<div> </div>
<div>That way I can see an "all" view, or the servers broken into categories.</div>
<div>I define each host in the bb-hosts.all and bb-hosts.subs</div>
<div> </div>
<div>In the "subs" page, I tried setting all of the IP's to <a href="http://0.0.0.0">0.0.0.0</a> and putting #noconn</div>
<div>at the end, and shortly after, everything on both pages went purple, so </div>
<div>Im not sure if the way I am approaching it is wrong or what.</div>
<div> </div>
<div>-Jeff<br><br> </div>
<div><span class="gmail_quote">On 1/23/06, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Mon, Jan 23, 2006 at 04:34:39PM -0300, mario andre wrote:<br>><br>> In my bb-hosts I group the hosts by networks and now I would like to create
<br>> another subpage to group ,for example, with all the database servers, but<br>> maintaining them on the respectively networks page too.<br>><br>> How can I repeat entries in bb-hosts just to create the new page and the
<br>> hobbit ignore this?<br><br>If you just want these hosts displayed on two (or more) pages, you<br>should have *one* place where you define them normally with all of the<br>various network tests you perform; and all other places you must have
<br>them defined with<br><br>   <a href="http://0.0.0.0">0.0.0.0</a> <a href="http://host1.foo.com">host1.foo.com</a>   # noconn<br><br>Hobbit will use the first (master) definition for all of the network<br>tests and other settings; in all of the other places it will
<br>automatically copy the results and displays from the master definition.<br><br><br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk
</a><br><br><br></blockquote></div><br>