Fixed wrong WATO group
Message-ID: <58de1609.fG/78wZJypLFhwBP%si(a)mathias-kettner.de>
User-Agent: Heirloom mailx 12.5 6/20/10
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Module: check_mk
Branch: master
Commit: 8b1fd3f1bc4d143a7466fd88987d90ecfd9c74de
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8b1fd3f1bc4d14…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Fri Mar 31 10:33:12 2017 +0200
4578 FIX websphere_mq_instance, websphere_mq_instance.manager: Fixed wrong WATO group
Change-Id: I81538cb55d57032ed1e2f9d6e5d0a2b56390dd62
---
.werks/4578 | 11 +++++++++++
checks/websphere_mq_instance | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/.werks/4578 b/.werks/4578
new file mode 100644
index 0000000..81f95e5
--- /dev/null
+++ b/.werks/4578
@@ -0,0 +1,11 @@
+Title: websphere_mq_instance, websphere_mq_instance.manager: Fixed wrong WATO group
+Level: 1
+Component: checks
+Class: fix
+Compatible: compat
+Edition: cre
+State: unknown
+Version: 1.5.0i1
+Date: 1490949169
+
+
diff --git a/checks/websphere_mq_instance b/checks/websphere_mq_instance
index 3b33f05..5f530d6 100644
--- a/checks/websphere_mq_instance
+++ b/checks/websphere_mq_instance
@@ -152,7 +152,7 @@ check_info['websphere_mq_instance'] = {
'inventory_function' : inventory_websphere_mq_instance,
'check_function' : check_websphere_mq_instance,
'service_description' : 'MQ Instance %s',
- 'group' : 'websphere_mq_states',
+ 'group' : 'websphere_mq_instance',
}
@@ -224,5 +224,5 @@ check_info['websphere_mq_instance.manager'] = {
'inventory_function' : inventory_websphere_mq_manager,
'check_function' : check_websphere_mq_manager,
'service_description' : 'MQ Manager %s',
- 'group' : 'websphere_mq_states',
+ 'group' : 'websphere_mq_manager',
}