Module: check_mk
Branch: master
Commit: 89c36dcf1849afcda92eeb8951aa40871aa9bc7c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=89c36dcf1849af…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Oct 26 08:46:50 2016 +0200
More clear help text. Avoid jargon like "glob".
---
web/plugins/wato/check_parameters.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index 929d1ac..3182585 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -4388,8 +4388,9 @@ register_rule(group + '/' + subgroup_storage,
'file but also on the count. You can define one or several '
'patterns for a group containing <tt>*</tt> and
<tt>?</tt>, for example '
'<tt>/var/log/apache/*.log</tt>. If the pattern begins
with a tilde then '
- 'this pattern is interpreted as a regular expression otherwise it
is a '
- 'glob. For files contained in a group '
+ 'this pattern is interpreted as a regular expression instead of as
a filename '
+ 'globbing pattern and <tt>*</tt> and
<tt>?</tt> are treated differently. '
+ 'For files contained in a group '
'the discovery will automatically create a group service instead
'
'of single services for each file. This rule also applies when
'
'you use manually configured checks instead of inventorized ones.
'