help with wildcard
Posted: Thu Sep 08, 2011 7:33 am
I'm monitoring some subnetworks of with mask /16 on my main network, and need some help with wildcards.
in my hostgroup.conf, i have entries like this:
but with this config, all radios with ip 10.64.0.0/16 and 10.65.0.0/16 is listing in the hostgroup 10.6.0.0/16.
in my hostgroup.conf, i have entries like this:
Code: Select all
# NETWORK 10.6.0.0/16
define hostgroup {
hostgroup_name radios_10.6.0.0
alias radios_10.6.0.0
members radio_10.6.*
}
# NETWORK 10.64.0.0/16
define hostgroup {
hostgroup_name radios_10.64.0.0
alias radios_10.64.0.0
members radio_10.64.*
}
# NETWORK 10.65.0.0/16
define hostgroup {
hostgroup_name radios_10.65.0.0
alias radios_10.65.0.0
members radio_10.65.*
}