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

update project

parent 570268a4
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ def parse_inv_lldp_cache(string_table: List[StringTable]) -> list:
def render_capabilities(bytestring):
if len(bytestring) == 0:
return []
return ''
capabilities = []
bytestring = int(ord(bytestring[0]))
# bytestring = bytestring >> 1 # capabilities are one bit of (e.g. L3-Switch has Phone/WLAN instead of Bridge/Router)
......
No preview for this file type
......@@ -18,5 +18,5 @@
'title': 'inventory for LLDP cache',
'version': '20210318.v05a',
'version.min_required': '2.0.0',
'version.packaged': '2.0.0p1',
'version.packaged': '2021.04.10',
'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