nrmjba / nagioschecker

Automatically exported from code.google.com/p/nagioschecker
0 stars 0 forks source link

How to dispite different hosts for filtering #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
i am trying to add some different hosts into the field: hosts having the
regular expressions field, but how can i add a multiple number of hosts, i
tried different things like:

,
.
;

but without success

Nagios Checker Version 0.15.3 running with Firefox 3.6.3 under ubuntu 10.04 

regards

Original issue reported on code.google.com by Daffy...@googlemail.com on 31 May 2010 at 12:14

GoogleCodeExporter commented 9 years ago
another test was also not successful:

/Test2|Test1/
(Test1|Test2)
/(Test1|Test2)/

Original comment by Daffy...@googlemail.com on 1 Jun 2010 at 2:17

GoogleCodeExporter commented 9 years ago
Hi,

you can trying this Regular Expressions:

(host1)|(host2)

regards

Original comment by heiko.re...@googlemail.com on 29 Jul 2010 at 3:15