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

update project

parent 8b8149c9
No related branches found
No related tags found
No related merge requests found
...@@ -653,7 +653,7 @@ register.check_plugin( ...@@ -653,7 +653,7 @@ register.check_plugin(
'state_cdp_change': 1, 'state_cdp_change': 1,
'state_ap_change': 1, 'state_ap_change': 1,
'ap_list': [], 'ap_list': [],
'inv_ap_info': {}, # 'inv_ap_info': {},
}, },
check_ruleset_name='cisco_wlc', check_ruleset_name='cisco_wlc',
) )
No preview for this file type
...@@ -123,7 +123,23 @@ def _parameter_valuespec_cisco_wlc(): ...@@ -123,7 +123,23 @@ def _parameter_valuespec_cisco_wlc():
), ),
title=_('AP alias'), title=_('AP alias'),
add_label=_('Add name'))), add_label=_('Add name'))),
]) ('inv_ap_info', # added by plugin discovery function
Dictionary(
elements=[
('ap_location', TextUnicode()),
('ap_model', TextUnicode()),
('ap_serialnumber', TextUnicode()),
('ap_ipaddress', TextUnicode()),
('ap_ethernetmacaddress', TextUnicode()),
('cdp_neigh_name', TextUnicode()),
('cdp_neigh_address', TextUnicode()),
('cdp_neigh_interface', TextUnicode()),
('cdp_neigh_platform', TextUnicode()),
],
)),
],
hidden_keys=['inv_ap_info'],
)
rulespec_registry.register( rulespec_registry.register(
......
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