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 03807346 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 2aab0be2
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
# 2021-07-29: fix missing data from discovery (inv_ap_info)
# 2022-03-07: fixed handling of missing AP (THX to andreas[dot]doehler[at]gmail[dot]com)
# 2022-04-01: added RADIO MAC address
# 2022-05-31: removed "Software" from snmp detect function
from time import time
from dataclasses import dataclass
......@@ -630,7 +631,7 @@ register.snmp_section(
],
detect=any_of(
contains('.1.3.6.1.2.1.1.1.0', 'Cisco Controller'), # sysDescr -> AirOS
contains('.1.3.6.1.2.1.1.1.0', 'C9800 Software'), # sysDescr -> IOS-XE
contains('.1.3.6.1.2.1.1.1.0', 'C9800'), # sysDescr -> IOS-XE
))
register.check_plugin(
......
No preview for this file type
......@@ -14,7 +14,7 @@
'name': 'cisco_wlc',
'num_files': 3,
'title': 'monitor Cisco WLC APs',
'version': '20220401.v0.6',
'version': '20220531.v0.6a',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
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