Werk #4362: fileinfo.groups, logwatch.groups: now group pattern matching is allowed in service description
Component | Checks & agents | ||
Title | fileinfo.groups, logwatch.groups: now group pattern matching is allowed in service description | ||
Date | Feb 21, 2017 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The service description may contain one or more occurances of %s. If you do this, then the pattern must be a regular expression and be prefixed with ~. For each %s in the description, the expression has to contain one "group". A group is a subexpression enclosed in brackets, for example (.*) or ([a-zA-Z]+) or (...).