Module: check_mk
Branch: master
Commit: 72b0db743638938a2d6317de4b9b2daa0eaaa160
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=72b0db74363893…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Feb 20 14:55:32 2013 +0100
WATO: finally explained match value in register_rule
---
web/htdocs/wato.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index a599191..27a3b7e 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -10727,7 +10727,7 @@ def register_rule(group, varname, valuespec = None, title = None,
"itemname" : itemname, # e.g. "mount point"
"itemhelp" : itemhelp, # a description of the item, only rarely used
"itemenum" : itemenum, # possible fixed values for items
- "match" : match,
+ "match" : match, # used by WATO rule analyzer (green and grey
balls)
"title" : title or valuespec.title(),
"help" : help or valuespec.help(),
"optional" : optional, # rule may be None (like only_hosts)