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

update project

parent 534da327
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
# 2022-03-07: fixed handling of missing AP (THX to andreas[dot]doehler[at]gmail[dot]com) # 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-04-01: added RADIO MAC address
# 2022-05-31: removed "Software" from snmp detect function # 2022-05-31: removed "Software" from snmp detect function
# 2022-10-23: fixed warning on upgrade "non-empty params vanished" for inv_ap_info
from time import time from time import time
from dataclasses import dataclass from dataclasses import dataclass
...@@ -639,6 +640,20 @@ register.check_plugin( ...@@ -639,6 +640,20 @@ register.check_plugin(
service_name='AP %s', service_name='AP %s',
discovery_function=discovery_cisco_wlc, discovery_function=discovery_cisco_wlc,
check_function=check_cisco_wlc, check_function=check_cisco_wlc,
check_default_parameters={}, check_default_parameters={
'state_ap_missing': 1,
'state_ap_adminstatus': 1,
'state_ap_operationstatus': 1,
'state_ap_telnetenable': 2,
'state_ap_sshenable': 1,
'stateap_encryptionenable': 1,
'state_ap_dataencryptionstatus': 1,
'state_ap_powerstatus': 2,
'state_cdp_duplex': 1,
'state_cdp_change': 1,
'state_ap_change': 1,
'ap_list': [],
'inv_ap_info': {},
},
check_ruleset_name='cisco_wlc', check_ruleset_name='cisco_wlc',
) )
No preview for this file type
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
'name': 'cisco_wlc', 'name': 'cisco_wlc',
'num_files': 3, 'num_files': 3,
'title': 'monitor Cisco WLC APs', 'title': 'monitor Cisco WLC APs',
'version': '20220531.v0.6a', 'version': '20221023.v0.6b',
'version.min_required': '2.0.0', 'version.min_required': '2.0.0',
'version.packaged': '2021.09.20', 'version.packaged': '2021.09.20',
'version.usable_until': None} '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