<br><font size=2 face="sans-serif">Hi all,</font>
<br><font size=2 face="sans-serif">the suport for regex in Nagios is really
a great feature - thanks a lot for implementing it. I am wondering, which
multiplyers are supported when refering to hostnames using regular expressions.</font>
<br><font size=2 face="sans-serif">F.e. [sw].*\.company\.net will match
s033dc.company.net</font>
<br>
<br><font size=2 face="sans-serif">If I would like to be more specific
I would write [sw][0-9]{3}[a-z]{2,124}\.company\.net</font>
<br><font size=2 face="sans-serif">This sould match any string starting
with either s or w, followed by exactly 3 digits and a resonable number
of characters plus the domain suffix.</font>
<br>
<br><font size=2 face="sans-serif">Seems as if Nagios does not understand
this form. I could not find a clear documentation, which flavor of regex
is supported.</font>
<br>
<br><font size=2 face="sans-serif">TIA, Ingo.</font>
<br>
<br>