Something that immediately comes to mind:<div><br></div><div>What are your regex_matching settings? use_regex_matching and use_true_regex_matching</div><div><br></div><div>Regards</div><div>Martin</div><div><br><div class="gmail_quote">
On Wed, Jul 8, 2009 at 6:15 PM, DAve <span dir="ltr"><<a href="mailto:dave.list@pixelhammer.com">dave.list@pixelhammer.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I am at a point that I am looking for gremlins, no other cause can be found.<br>
<br>
I am replacing a very old Nagios install with Nagios 3.0.6, no<br>
importing, a fresh install, new hardware, a network audit and entering<br>
all hosts and services manually. It seems that no matter what I do I<br>
keep getting some hosts added to a host group, even though I clearly did<br>
not define them as part of the host group.<br>
<br>
My hostgroups.cfg,<br>
###############################################################################<br>
define hostgroup {<br>
         hostgroup_name  AUTH_DNS<br>
         alias           Authoritative DNS<br>
         members         CDC-Ns1auth,CDC-NSMS,IDC-Ns2auth,SDC-Ns3auth<br>
         }<br>
<br>
define hostgroup {<br>
         hostgroup_name  CACHE_DNS<br>
         alias           Caching DNS<br>
         members         CDC-Dnscache,CDC-Ns1,IDC-Ns2,SDC-Ns3<br>
         }<br>
<br>
My hosts/CDC-Ns1auth.cfg,<br>
###############################################################################<br>
define host {<br>
         host_name                       CDC-Ns1auth<br>
         alias                           <a href="http://ns1auth.tls.net" target="_blank">ns1auth.tls.net</a><br>
         display_name                    TLS DNS server<br>
         address                         65.124.104.30<br>
         parents                         null<br>
         hostgroups                      null<br>
         check_command                   check-host-alive<br>
         use                             generic-host<br>
         initial_state                   o<br>
         max_check_attempts              3<br>
         check_interval                  15<br>
         retry_interval                  1<br>
         check_period                    24x7<br>
         process_perf_data               1<br>
         retain_status_information       1<br>
         contact_groups                  host-oncall<br>
         notification_interval           15<br>
         notification_period             24x7<br>
         notification_options            d,u,r<br>
         register                        1<br>
         }<br>
<br>
Everything looks fine, but when I start Nagios and look at View<br>
Config->Object Type->Host Groups, I see this!<br>
<br>
Group Name      Description             Host Members<br>
CACHE_DNS       Caching DNS service     CDC-Dnscache , CDC-Ns1 , CDC-Ns1auth ,<br>
IDC-Ns2 , IDC-Ns2auth , SDC-Ns3 , SDC-Ns3auth<br>
<br>
The CACHE_DNS host group should only contain CDC-Ns1, IDC-Ns2, and<br>
SDC-Ns3. Why are the other hosts in there? I have tried renaming, I have<br>
tried starting fresh with new config files, new retention data, new<br>
object cache. Yet the hostgroup CACHE_DNS still contains hosts I did not<br>
define to be there.<br>
<br>
Any help is appreciated, clues, clue bats, links, (yes I looked at the<br>
change log and searched for an answer, no luck).<br>
<br>
Thanks,<br>
<br>
DAve<br>
<br>
<br>
--<br>
"Posterity, you will know how much it cost the present generation to<br>
preserve your freedom.  I hope you will make good use of it.  If you<br>
do not, I shall repent in heaven that ever I took half the pains to<br>
preserve it." John Quincy Adams<br>
<br>
<a href="http://appleseedinfo.org" target="_blank">http://appleseedinfo.org</a><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br></div>