<br><tt><font size=2>nagios-users-admin@lists.sourceforge.net schrieb am
03.05.2006 05:13:58:<br>
<br>
<br>
> #dependent_service_description   ^Tun.*-(?:Chattanooga|Midlothian)$<br>
> ...<br>
> <br>
> The commented line generates errors on pre-flight check.  It's
almost as<br>
> if it cannot handle the alternation (|).  Have I mangled the
regular<br>
> expression or is this a peculiarity of Nagios? Thanks - John<br>
Seems as if it is not clear, which flavor of Regex is suported in Nagios,
I had a similar problem, and could not find a clear documentation about
the regex-suport in Nagios yet.</font></tt>
<br>
<br><font size=2 face="sans-serif">F.e. </font>
<br><font size=2 face="sans-serif">[sw][0-9]{3}[a-z]{2,124}\.company\.net</font><font size=3>
</font><font size=2 face="sans-serif"><br>
This should 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><font size=3>
</font>
<br><font size=3>But it did not work. May be I am missing some backslashes?</font>
<br>
<br><font size=3>Please, can anyone point us to the right place?</font>
<br>
<br><font size=3>TIA, Ingo.</font>