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

update project

parent d9dfb3de
No related branches found
No related tags found
No related merge requests found
No preview for this file type
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# 2023-01-14: fixed missing import for declare_invtable_view
#
import cmk.gui.utils
from cmk.gui.plugins.views import (
inventory_displayhints,)
inventory_displayhints,
)
from cmk.gui.plugins.views.inventory import (
declare_invtable_view,
)
from cmk.gui.i18n import _
inventory_displayhints.update({
......@@ -22,7 +28,5 @@ inventory_displayhints.update({
'.networking.lldp_cache:*.cache_capabilities' : {'title': _('Cache Capabilities'), },
})
declare_invtable_view('invlldpcache', '.networking.lldp_cache:', _('LLDP cache'), _('LLDP Cache'))
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