Module: check_mk
Branch: master
Commit: f2c469919ed16f4140dd0e6c2bd6dc97cafeda71
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f2c469919ed16f…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Wed May 7 15:48:37 2014 +0200
brocade: Added support for brocade fdx switches
---
.werks/159 | 8 ++++++++
ChangeLog | 1 +
checks/brocade | 3 ++-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.werks/159 b/.werks/159
new file mode 100644
index 0000000..2357a35
--- /dev/null
+++ b/.werks/159
@@ -0,0 +1,8 @@
+Title: brocade: Added support for brocade fdx switches
+Level: 1
+Component: checks
+Version: 1.2.5i3
+Date: 1399470494
+Class: feature
+
+
diff --git a/ChangeLog b/ChangeLog
index f6d99a3..fded987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,7 @@
* 0901 ibm_svc_portfc: more devices recognized...
* 0952 ibm_svc_array: New check for Status of RAID Arrays in IBM SVC / Storwize
devices.
* 0911 esx_vsphere_hostsystem.multipath: now able to configure paths minimum
count...
+ * 0159 brocade: Added support for brocade fdx switches
* 0777 FIX: special agent emcvnx: did not work with security file authentication...
* 0786 FIX: zfsget: fixed compatibility with older Solaris agents...
* 0809 FIX: brocade_fcport: Fixed recently introduced problem with port speed
detection
diff --git a/checks/brocade b/checks/brocade
index eb4d659..50d8e1f 100644
--- a/checks/brocade
+++ b/checks/brocade
@@ -44,7 +44,8 @@ def brocade_sensor_convert(info, what):
def brocade_scan(oid):
return
oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.4.1.1588.2.1.1") or \
-
oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.24.1.1588.2.1.1")
+
oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.24.1.1588.2.1.1") or \
+
oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.4.1.1588.2.2.1")
brocade_info = ('.1.3.6.1.4.1.1588.2.1.1.1.1.22.1', [ 4, 5 ])