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

update project

parent 0edaa215
No related branches found
No related tags found
No related merge requests found
No preview for this file type
{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': 'SNMP inventory for Cisco WLC APs (CISCO-LWAPP-AP-MIB).\nVia WATO you can:\n - enable/disable this inventory\n - can add/remove some fields',
{'author': u'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': u'SNMP inventory for Cisco WLC APs (CISCO-LWAPP-AP-MIB).\nVia WATO you can:\n - enable/disable this inventory\n - can add/remove some fields\n\n2020-03.15: added support for CMK1.6x\n',
'download_url': 'http://thl-cmk.hopto.org',
'files': {'agents': [],
'bin': [],
'checkman': [],
'checks': [],
'doc': [],
'inventory': ['snmp_cisco_wlc_aps_lwap'],
'lib': [],
'notifications': [],
'pnp-templates': [],
'files': {'inventory': ['snmp_cisco_wlc_aps_lwap'],
'web': ['plugins/views/inv_wlc_aps_lwap.py',
'plugins/wato/inv_wlc_aps_lwap.py']},
'name': 'inv_cisco_wlc_aps_lwap',
'num_files': 3,
'title': 'inventory for CISCO-LWAPP-AP-MIB',
'version': '20180904.v0.3b',
'title': u'inventory for CISCO-LWAPP-AP-MIB',
'version': '20200513.v0.3c',
'version.min_required': '1.2.8b8',
'version.packaged': '1.4.0p35'}
\ No newline at end of file
'version.packaged': '1.6.0p8'}
\ No newline at end of file
......@@ -3,10 +3,9 @@
inventory_displayhints.update({
'.networking.wlan.controller.accesspoints_lwap:': {'title' : _('Access Points (CISCO-LWAPP-AP-MIB)'),
'render' : render_inv_dicttable,
'keyorder': ['name', 'if_mac_address', ],
'view' : 'invwlcapslwap_of_host'},
# 'view' : 'invwlcapslwap_of_host',
},
'.networking.wlan.controller.accesspoints_lwap:*.name' : {'title': _('Name')},
'.networking.wlan.controller.accesspoints_lwap:*.if_mac_address' : {'title': _('MAC Address')},
'.networking.wlan.controller.accesspoints_lwap:*.admin' : {'title': _('Admin state')},
......@@ -62,4 +61,4 @@ inventory_displayhints.update({
'.networking.wlan.controller.accesspoints_lwap:*.ble_fw_download_status' : {'title': _('Ble FW downaload status')},
})
declare_invtable_view('invwlcapslwap', '.networking.wlan.controller.accesspoints_lwap:', _('WLC APs (LWAPP-MIB)'), _('WLC APs (LWAPP-AP-MIB)'))
# declare_invtable_view('invwlcapslwap', '.networking.wlan.controller.accesspoints_lwap:', _('WLC APs (LWAPP-MIB)'), _('WLC APs (LWAPP-AP-MIB)'))
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