Thanks for your reply David, this helped to get my issue resolved.<br><br>
<div><span class="gmail_quote">On 7/21/06, <b class="gmail_sendername">David Gore</b> <<a href="mailto:David.Gore@verizonbusiness.com">David.Gore@verizonbusiness.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>Bill Perez wrote:<br>> >How about<br>> >exhost=%server.(test.com|abc.intra)<br>><br>
> The server names are actually different. so it's <a href="http://server1.test.com">server1.test.com</a><br>> <<a href="http://server1.test.com">http://server1.test.com</a>> server2.abc.intra and another server doesn't
<br>> have a domain name specified.  Any other ideas?<br>><br>> On 7/21/06, *Henrik Stoerner* <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a> <mailto:<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>>>
<br>> wrote:<br>><br>>     On Fri, Jul 21, 2006 at 09:04:49AM -0400, Bill Perez wrote:<br>>     ><br>>     > Could someone let me know how I can use 2 different domain names<br>>     when<br>>     > excluding hosts in the 
hobbit-alerts.cfg?  Example:<br>>     > exhost=%(server).test.com %(server).abc.intra.  I tried to use a<br>>     comma and<br>>     > space between the 2 domain names but it isn't taking it.<br>><br>>     How about
<br>>     exhost=%server.(test.com|abc.intra)<br>><br>><br>>     Regards,<br>>     Henrik<br>><br>The host names are separated by commas.  Here is our rule, but it uses a<br>macro.<br><br>$HOSTS_EXCLUDED=
<a href="http://server1.test.com">server1.test.com</a>,server2.abc.intra<br><br>EXHOST=$HOSTS_EXCLUDED EXSERVICE=$SERVICES_EXCLUDED COLOR=red<br>       IGNORE HOST=* SERVICE=%(tl1am|^se$) TIME=*:0200:1200<br><br>Perhaps make sure there are no spaces after the commas or equals sign?
<br>Looking at Henrik's example, I suppose EXHOST is not case sensitive,<br>although ours is all uppercase.<br><br>Run this to make sure your config looks ok:<br><br>bin/bbcmd hobbitd_alert --dump-config<br><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>