Please do submit a feature request anyway. :) Oh, also you probably want to use ^ and $ in the regex: ^172\\.16\\.0\\.(3[3-9]|[4-5][0-9]|6[0-2])$
On 23/04/15 15:04, "Panos Melas" <[email protected]> wrote: >oh I missed the regex function, that really works nicely, > >thank you > >On 23/04/15 13:55, Gunnar Beutner wrote: >> regex("172\\.16\\.0\\.(3[3-9]|[4-5][0-9]|6[0-2])", ip) > >_______________________________________________ >icinga-users mailing list >[email protected] >https://lists.icinga.org/mailman/listinfo/icinga-users -- Gunnar Beutner Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461 http://www.netways.de | [email protected] ** OSDC 2015 - April - osdc.de ** ** Puppet Camp Berlin 2015 - April - netways.de/puppetcamp ** ** OSBConf 2015 - September - osbconf.org ** _______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
