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

update project

parent 3379d5ea
No related branches found
No related tags found
No related merge requests found
...@@ -168,6 +168,7 @@ def parse_cisco_eigrp_interface(info): ...@@ -168,6 +168,7 @@ def parse_cisco_eigrp_interface(info):
'hundredgigabitethernet': 'Hu', 'hundredgigabitethernet': 'Hu',
'port-channel': 'Po', 'port-channel': 'Po',
'tunnel': 'Tu', 'tunnel': 'Tu',
'loopback': 'Lo',
} }
for item in names.keys(): for item in names.keys():
if st.lower().startswith(item): if st.lower().startswith(item):
......
No preview for this file type
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