Search found 3 matches
- Thu Sep 08, 2011 12:54 pm
- Forum: Open Source Nagios Projects
- Topic: help with wildcard
- Replies: 2
- Views: 1178
Re: help with wildcard
If regexps are turned on, try backslash-escaping the dots -- those are single-character wildcards in REs, and the .* notion is a wildcard for any number of characters. thank you for replying crfriend, but i've already tried this. i'm using use_regexp_matching=1 and use_true_regexp_matching . also i...
- Thu Sep 08, 2011 10:31 am
- Forum: Open Source Nagios Projects
- Topic: Newly defined hosts are not displayed on web Interface
- Replies: 8
- Views: 2558
Re: Newly defined hosts are not displayed on web Interface
Can you see the object in the configuration section of web interface?
http://yournagiosserver/nagios/cgi-bin/config.cgi
http://yournagiosserver/nagios/cgi-bin/config.cgi
- Thu Sep 08, 2011 7:33 am
- Forum: Open Source Nagios Projects
- Topic: help with wildcard
- Replies: 2
- Views: 1178
help with wildcard
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: # 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 h...