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

update project

parent 6bb30237
No related branches found
No related tags found
No related merge requests found
......@@ -209,12 +209,6 @@ def inventory_lldp_cache(params, section: list) -> InventoryResult:
# get parameters from wato
if params:
# not needed any more, you can disable the inventory plugin via:
# Setup -> Agents -> SNMP rules -> Disabled or enabled sections (SNMP)
# do nothing if disabled via vato
# if params.get('disable', False) is True:
# return
# get list of columns to remove from inventory
removecolumns = params.get('removecolumns', removecolumns)
remove_domain = params.get('remove_domain', remove_domain)
......
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