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

update project

parent edf22cc7
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -230,12 +230,12 @@ def _get_address(address_type: str, raw_address: str) -> str | None:
if (address := _render_ip_address(raw_address)) is not None:
return address
if debug.enabled():
print(f'drop bad address-type 1: |{raw_address}|')
print(f'{__file__}: drop bad address-type 1: |{raw_address}|')
case '65535': # unknown (HPE stack MAC address)
if (address := _render_mac_address(raw_address)) is not None:
return address
if debug.enabled():
print(f'drop bad address-type 65535: |{raw_address}|, len: {len(raw_address)}')
print(f'{__file__}: drop bad address-type 65535: |{raw_address}|, len: {len(raw_address)}')
case _:
if debug.enabled():
print(f'unknown address-type: |{address_type}|')
......
......@@ -11,5 +11,5 @@
'title': 'Inventory for Cisco CDP Cache',
'version': '0.7.6-20240414',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24',
'version.usable_until': None}
'version.packaged': 'cmk-mkp-tool 0.2.0',
'version.usable_until': '2.4.0b1'}
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