Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-29 Thread mail
: Duncan Berriman dun...@dcl.co.uk To: Nagios Users List nagios-users@lists.sourceforge.net Sent: Thu, October 21, 2010 9:56:47 AM Subject: Re: [Nagios-users] Wildcards in hostgroup definitions Looks ok to me  - my test was define hostgroup{        hostgroup_name  ALL-SERVERS ; The name

Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-21 Thread Duncan Berriman
To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Wildcards in hostgroup definitions Hi all - Got a mystery regarding the use of regex matching that I hope someone on the listserv might clear. We have the appropriate config options to use regex, and it works just fine for the members

Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-21 Thread olourkin-nagios
: [Nagios-users] Wildcards in hostgroup definitions Hi Erik, Appears to work just fine for me if I am testing your case correctly. Perhaps you could post the config file (or snip of) that's causing the issue. Duncan -Original Message- From: olourkin-nag...@yahoo.com [mailto:olourkin-nag

Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-21 Thread Assaf Flatto
', starting on line 7). Cheers, Erik - Original Message From: Duncan Berrimandun...@dcl.co.uk To: Nagios Users Listnagios-users@lists.sourceforge.net Sent: Thu, October 21, 2010 2:11:44 AM Subject: Re: [Nagios-users] Wildcards in hostgroup definitions Hi Erik, Appears to work just

Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-21 Thread Duncan Berriman
.* is correct that's a proper regex expression. Duncan -Original Message- From: Assaf Flatto [mailto:nag...@flatto.net] Sent: 21 October 2010 17:10 To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Wildcards in hostgroup definitions Why do you have the '.' before

Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-21 Thread Duncan Berriman
: [Nagios-users] Wildcards in hostgroup definitions Thanks for checking it out, Duncan. Here are the config snippets to illustrate the mystery: define hostgroup { hostgroup_name ecomUs alias ecom servers - US members .* } - This works

Re: [Nagios-users] Wildcards in hostgroup definitions

2010-10-21 Thread olourkin-nagios
: [Nagios-users] Wildcards in hostgroup definitions Thanks for checking it out, Duncan. Here are the config snippets to illustrate the mystery: define hostgroup { hostgroup_name ecomUs alias ecom servers - US members

[Nagios-users] Wildcards in hostgroup definitions

2010-10-20 Thread olourkin-nagios
Hi all - Got a mystery regarding the use of regex matching that I hope someone on the listserv might clear. We have the appropriate config options to use regex, and it works just fine for the members directive - ie. members.* expands just as we'd expect. But hostgroup_members.*