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

update project

parent 86507c91
No related branches found
No related tags found
No related merge requests found
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': '20210729.v0.5b', 'version': '20210730.v0.5b',
'version.min_required': '2.0.0', 'version.min_required': '2.0.0',
'version.packaged': '2021.07.14', 'version.packaged': '2021.07.14',
'version.usable_until': None} 'version.usable_until': None}
\ No newline at end of file
...@@ -37,57 +37,57 @@ def _parameter_valuespec_cisco_wlc(): ...@@ -37,57 +37,57 @@ def _parameter_valuespec_cisco_wlc():
)), )),
('state_ap_adminstatus', ('state_ap_adminstatus',
MonitoringState( MonitoringState(
title=_('State if AP admin enabled'), title=_('State if AP is not admin enabled'),
help=_('Set the monitoring state if the access point is not in "admin enable". Default is WARN.'), help=_('Set the monitoring state if the access point is not in "admin enable". Default is WARN.'),
default_value=1, default_value=1,
)), )),
('state_ap_operationstatus', ('state_ap_operationstatus',
MonitoringState( MonitoringState(
title=_('State if AP not operational'), title=_('State if AP is not operational'),
help=_('Set the monitoring state if the access point is not in "operational" state. Default is WARN.'), help=_('Set the monitoring state if the access point is not in "operational" state. Default is WARN.'),
default_value=1, default_value=1,
)), )),
('state_ap_telnetenable', ('state_ap_telnetenable',
MonitoringState( MonitoringState(
title=_('State if Telnet enabled'), title=_('State if Telnet is enabled'),
help=_('Set the monitoring state if the access point has telnet access enabled. Default is CRIT.'), help=_('Set the monitoring state if the access point has telnet access enabled. Default is CRIT.'),
default_value=2, default_value=2,
)), )),
('state_ap_sshenable', ('state_ap_sshenable',
MonitoringState( MonitoringState(
title=_('State if SSH enabled'), title=_('State if SSH is enabled'),
help=_('Set the monitoring state if the access point has SSH access enabled. Default is WARN.'), help=_('Set the monitoring state if the access point has SSH access enabled. Default is WARN.'),
default_value=1, default_value=1,
)), )),
('stateap_encryptionenable', ('stateap_encryptionenable',
MonitoringState( MonitoringState(
title=_('State if encryption not enabled'), title=_('State if encryption is not enabled'),
help=_('Set the monitoring state if the LEAP/CAPWAP tunnel encryption nor enabled. Default is WARN.'), help=_('Set the monitoring state if the LEAP/CAPWAP tunnel encryption nor enabled. Default is WARN.'),
default_value=1, default_value=1,
)), )),
('state_ap_dataencryptionstatus', ('state_ap_dataencryptionstatus',
MonitoringState( MonitoringState(
title=_('State if encryption not active'), title=_('State if encryption is not active'),
help=_('Set the monitoring state if the LWAP/CAPWAP tunnel encryption enabled but not active. ' help=_('Set the monitoring state if the LWAP/CAPWAP tunnel encryption enabled but not active. '
'Default is WARN.'), 'Default is WARN.'),
default_value=1, default_value=1,
)), )),
('state_ap_powerstatus', ('state_ap_powerstatus',
MonitoringState( MonitoringState(
title=_('State if AP not on full power'), title=_('State if AP is not on full power'),
help=_('Set the monitoring state if the access point not on full power. Default is CRIT.'), help=_('Set the monitoring state if the access point not on full power. Default is CRIT.'),
default_value=2, default_value=2,
)), )),
('state_cdp_duplex', ('state_cdp_duplex',
MonitoringState( MonitoringState(
title=_('State if the "half duplex"'), title=_('State if CDP "half duplex"'),
help=_('Set the monitoring state if the the CDP neighbour info for "duplex" is "half duplex". ' help=_('Set the monitoring state if the the CDP neighbour info for "duplex" is "half duplex". '
'Default is WARN.'), 'Default is WARN.'),
default_value=1, default_value=1,
)), )),
('state_cdp_change', ('state_cdp_change',
MonitoringState( MonitoringState(
title=_('State if CDP info changed/missing'), title=_('State if CDP info is changed/missing'),
help=_('Set the monitoring state if the CDP info from the access point has changed or is missing. ' help=_('Set the monitoring state if the CDP info from the access point has changed or is missing. '
'This happens if the AP was moved to a different switch/interface. The CDP info will be used ' 'This happens if the AP was moved to a different switch/interface. The CDP info will be used '
'to help locating a missing access point. ' 'to help locating a missing access point. '
......
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