[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] EXHOST regular expression syntax
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] EXHOST regular expression syntax
- From: "Benoit list" <mailinglist.benoit (at) gmail.com>
- Date: Tue, 22 Apr 2008 10:55:10 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=lMt2mUmZgQtIjDY3004zURzwesHzV+6FYgyhOPsdYno=; b=pawe5Jy0GCGXzaF2bN8CZvBiqj0WQBE/xBB+m8jeKoUA9JH0+tYYCEhRwF10ZXRoOM7Cs9JSuNClfUWlFavhqyti1MCNVBH+01Dv6JofsELMnxBNrzrd860d+k6SNUJRBNc+fEqBLzh73syEHqrtMpv7Yx7HP7iJXlFYAeLj/NA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fGj//ytYWL1NSlXFCxsrUIc5KT5J9wH8hhoMKlH/fHkEA/3dcEdSgEBUG5oWIm3ajBsc5UUmknjD5glqUL8ILidQsq4cWCPXpgTAPYePe8Rb3ocushAj19z4hTkoQxfUj86+ijcITFuM4j5bsYBYhj+O+oW6WEQ0h9RkALOBjCA=
- References: <1208852100.5678.59.camel (at) ripley.rhi.hi.is> <8289D4DDD352DF45B8DABD7D5852A5900922E4D3 (at) EUSRV-EXC1.eu.ta.global>
Regular expression syntax Hobbit
###################################
# + Add
# - Subtract
# * Multiply
# / Divide
# % Modulo
# | Bit-wise "or"
# & Bit-wise "and"
# || Logical "or"
# && Logical "and"
# > Greater than
# < Less than
# >= Greater than or equal
# <= Less than or equal
# == Equal
###################################
http://hobbitmon.sourceforge.net/docs/man5/bbcombotest.cfg.5.html
2008/4/22, Johann Eggers <Johann.Eggers (at) teleatlas.com>:
> > The rule that used to work is like this:
> > PROC dsmc EXHOST=%.jotunn.rhi.hi.is
> >
> > Now, yet another host is also exempt from the rule, so
> > I tested the following rules:
> > PROC dsmc EXHOST=%.jotunn.rhi.hi.is EXHOST=bestla.rhi.hi.is
> > PROC dsmc EXHOST=%.jotunn.rhi.hi.is,bestla.rhi.hi.is
> >
> > Both rules give unexpected results. So I expect that the rule
> > should be written as a single regular expression, but I
> > do not know the syntax. Can anybody refer me to a description
> > of the syntax.
>
> Hi,
>
> Try using this:
>
> PROC dsmc EXHOST=%(jotunn.rhi.hi.is|bestla.rhi.hi.is)
>
> -Johann
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
--
.''`.
<mailinglist.benoit : :' : gmail.com>
`. `'
`-