Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit fa50766e authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent e9a655a5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -13,6 +13,7 @@
# 2022-11-08: fixed crash in parse function on empty inv_data
# 2022-11-09: removed ' ()' from firmware version
# 2022-11-12: added support for CM81xx series (sysObjectID = .1.3.6.1.4.1.25049.1.101)
# 2024-05-10: added CM8132 to device list
#
# sample string_table
# [
......@@ -68,6 +69,10 @@ from cmk.base.plugins.agent_based.agent_based_api.v1 import (
# ogACM700x OBJECT IDENTIFIER ::= { ogProducts 90 }
# ogACM70045 OBJECT IDENTIFIER ::= { ogProducts 91 }
# ogOperationsManager OBJECT IDENTIFIER ::= { ogProducts 101 }
# ogOM12xx OBJECT IDENTIFIER ::= { ogProducts 110 }
# ogOM22xx OBJECT IDENTIFIER ::= { ogProducts 120 }
# ogCM81xx OBJECT IDENTIFIER ::= { ogProducts 130 }
# ogEM80xx OBJECT IDENTIFIER ::= { ogProducts 140 }
#
_opengear_models = {
......@@ -75,6 +80,7 @@ _opengear_models = {
('.1.3.6.1.4.1.25049.1.11', 34): 'CM7132', # 32 serial + 2 usb lines
('.1.3.6.1.4.1.25049.1.11', 50): 'CM7148', # 48 serial + 2 usb lines
('.1.3.6.1.4.1.25049.1.60', 16): 'IM4216', # 16 serial lines
('.1.3.6.1.4.1.25049.1.101', 34): 'CM8132', # 32 serial + 2 usb lines
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment