Bug when using hostgroup_name? negation and regular expressions (nag 2.6)
John P. Rouillard
rouilj at cs.umb.edu
Wed Dec 27 19:49:45 CET 2006
Hi all:
I have the following hostgroups defined:
site_abc
site_bcd
site_cde
site_def
service
with hosts assigned to each of them. If I try to define a service
using:
hostgroup_name service,site_[c].*
nagios -v works fine. However if I try:
hostgroup_name service,!site_[c].*
it fails with:
Error: Could not find any hostgroup matching '!site_[c].*'
However that definition should be the same as
hostgroup_name service,!site_cde
What I am trying to do is to define a service that applies only to
hosts in both the service and site_cde hostgroups. So my ultimate
target hostgroup_name definition is:
hostgroup_name service,!site_[^c].*
which should expand to be the same as:
hostgroup_name service,!site_abc,!site_bcd,!site_def
Trying that produces the same ":Could not find any hostgroup". So is
this a bug or intentional?
-- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list