Module: check_mk
Branch: master
Commit: e0fd0f8aa93b2589a4d2a0cb7b35c560d1803c2f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e0fd0f8aa93b25…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Jan 31 17:02:43 2012 +0100
WATO: added rule for clustered services
---
ChangeLog | 1 +
web/plugins/wato/check_mk_configuration.py | 11 +++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f041226..9993133 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,6 +91,7 @@
* Replication: Can now handle replication sites which use the form based auth
* Replication: Added option to ignore problems with the ssl certificates
used in ssl secured replications
+ * WATO now supports configuring Check_MK clusters
* FIX: Fixed missing folders in "move to" dropdown fields
* FIX: Fixed "move to target folders" after CSV import
* FIX: Fixed problem with duplicate extra_buttons when using the i18n of multiisite
diff --git a/web/plugins/wato/check_mk_configuration.py
b/web/plugins/wato/check_mk_configuration.py
index 9430add..16239a9 100644
--- a/web/plugins/wato/check_mk_configuration.py
+++ b/web/plugins/wato/check_mk_configuration.py
@@ -707,6 +707,17 @@ register_rule(group,
"installed."),
))
+register_rule(group,
+ "clustered_services",
+ title = _("Clustered services"),
+ help = _("When you define HA clusters in WATO then you also have to specify
"
+ "which services of a node should be assigned to the cluster and "
+ "which services to the physical node. This is done by this ruleset.
"
+ "Please note that the rule will be applied to the
<i>nodes</i>, not "
+ "to the cluster.<br><br>Please make sure that you
re-inventorize the "
+ "cluster and the physical nodes after changing this ruleset."),
+ itemtype = "service")
+
group = _("SNMP")