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

update project

parent b54f2b55
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
# 2021-07-25: fix local_port --> local_port_num
# 2023-01-19: fix using wrong local interface id, switched from IF-MIB::ifName to LLDP-MIB::lldpLocPortId
# 2023-02-16: replaced TypedDic (Neighbour) with Dict, removed Dataclass --> wasn't working in CMK 2.1
#
# 2023-02-17: moved wato/metrics from ~/local/share/.. to ~/local/lib/... for CMK2.1
import re
from typing import List, Dict
......
File added
No preview for this file type
......@@ -15,7 +15,7 @@
'gui': ['wato/inv_lldp_cache.py', 'views/inv_lldp_cache.py']},
'name': 'inv_lldp_cache',
'title': 'inventory for LLDP cache',
'version': '20230216.v07',
'version': '0.7.0-20230603',
'version.min_required': '2.1.0',
'version.packaged': '2.1.0p21',
'version.usable_until': None}
\ No newline at end of file
'version.usable_until': '2.2.0b1'}
\ 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