<div class="gmail_quote">On Mon, Apr 27, 2009 at 2:23 PM, William Ottley <span dir="ltr"><<a href="mailto:wottley@cmicanada.com">wottley@cmicanada.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<br>
<br>
One last question here...<br>
I'm trying to structure my page, so that I have 3 areas to test for:<br>
Servers, services & routers/switches/firewall<br>
I'd like to have all the servers listed under the page "servers", with all<br>
the basic xymon client tests.<br>
<br>
I'd like to have all the services under another page "services", with<br>
apache, ftp, mysql, etc.<br>
<br>
What I came to realize, is that I get an error, because there are 2 host<br>
entries in the bb-hosts file. On top of that, I'd only like to show just<br>
that test for that server, such as "apache", without showing all the other<br>
standard client tests such as "cpu, disk, files"<br>
<br>
I looked at the demo site, and I have a bb-hosts file for:<br>
"172.16.10.2     <a href="http://www.hswn.dk" target="_blank">www.hswn.dk</a>"<br>
And setup a client like that, but it comes up with all the standard client<br>
tests.<br>
<br>
Can someone point me to documentation that shows how to set up the tests<br>
this way? examples?</blockquote><div><br></div><div>Take a look at the bb-hosts man page - the thing you want is probably "group-only", as in:</div><div><br></div><div>   group-only conn|cpu|disk|files</div><div>
   a.b.c.d <a href="http://server.domain.com">server.domain.com</a></div><div><br></div><div>   group-only apache</div><div>   0.0.0.0 <a href="http://server.domain.com">server.domain.com</a> # noconn</div><div><br></div>
<div>Group names are optional.  If given, they show at the top of the hostname column.</div><div><br></div><div>Ralph Mitchell</div></div>