Module: check_mk
Branch: master
Commit: d75bef86ef53316a4abc42bcfbb6afe671ba5648
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d75bef86ef5331…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Fri Jun 27 12:54:13 2014 +0200
websphere_mq_channels,ebsphere_mq_queues: New Checks to monitor IBM Websphere MQ Queues
and Channels
This new checks are plugin based and can be used to monitor the Queue Status and Message
Counts of Channels and Queues.
---
.werks/169 | 8 +++++
ChangeLog | 1 +
agents/plugins/websphere_mq.sh | 33 +++++++++++++++++++
checkman/websphere_mq_channels | 21 ++++++++++++
checkman/websphere_mq_queues | 21 ++++++++++++
checks/websphere_mq_channels | 49 ++++++++++++++++++++++++++++
checks/websphere_mq_queues | 59 ++++++++++++++++++++++++++++++++++
web/plugins/perfometer/check_mk.py | 2 ++
web/plugins/wato/check_parameters.py | 14 ++++++++
9 files changed, 208 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=d75bef86ef…