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

update project

parent 95177c49
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -12,6 +12,8 @@
# changed inventory_displayhints import (see werk 15493)
# 2023-11-17: moved file back from local/lib/ structure to local/share/ structure to avoid errors in web.log
# 2023-12-21: streamlined LLDP and CDP view
# 2024-04-08: fixed typo in "Capabilities"
# capitalized colum names
from cmk.gui.i18n import _
from cmk.gui.views.inventory.registry import inventory_displayhints
......@@ -22,20 +24,20 @@ inventory_displayhints.update({
'keyorder': ['enabled', 'local_name', 'message_interval', 'hold_time', 'last_change'],
},
'.networking.cdp_cache.neighbours:': {
'title': _('CDP neighbours'),
'title': _('CDP Neighbours'),
'keyorder': ['neighbour_name', 'neighbour_port', 'local_port', 'neighbour_address'],
'view': 'invcdpcache',
},
'.networking.cdp_cache.neighbours:*.capabilities': {'title': _('Capabilites'), },
'.networking.cdp_cache.neighbours:*.capabilities': {'title': _('Capabilities'), },
'.networking.cdp_cache.neighbours:*.duplex': {'title': _('Duplex'), },
'.networking.cdp_cache.neighbours:*.last_change': {'title': _('Last Change'), },
'.networking.cdp_cache.neighbours:*.local_port': {'title': _('Local port'), },
'.networking.cdp_cache.neighbours:*.local_port': {'title': _('Local Port'), },
'.networking.cdp_cache.neighbours:*.native_vlan': {'title': _('Native VLAN'), },
'.networking.cdp_cache.neighbours:*.neighbour_address': {'title': _('Neighbour address'), },
'.networking.cdp_cache.neighbours:*.neighbour_name': {'title': _('Neighbour name'), },
'.networking.cdp_cache.neighbours:*.neighbour_port': {'title': _('Neighbour port'), },
'.networking.cdp_cache.neighbours:*.platform': {'title': _('Neighbour platform'), },
'.networking.cdp_cache.neighbours:*.platform_details': {'title': _('Neighbour platform details'), },
'.networking.cdp_cache.neighbours:*.power_consumption': {'title': _('Power level'), },
'.networking.cdp_cache.neighbours:*.vtp_mgmt_domain': {'title': _('VTP domain'), },
'.networking.cdp_cache.neighbours:*.neighbour_address': {'title': _('Neighbour Address'), },
'.networking.cdp_cache.neighbours:*.neighbour_name': {'title': _('Neighbour Name'), },
'.networking.cdp_cache.neighbours:*.neighbour_port': {'title': _('Neighbour Port'), },
'.networking.cdp_cache.neighbours:*.platform': {'title': _('Neighbour Platform'), },
'.networking.cdp_cache.neighbours:*.platform_details': {'title': _('Neighbour Platform Details'), },
'.networking.cdp_cache.neighbours:*.power_consumption': {'title': _('Power Level'), },
'.networking.cdp_cache.neighbours:*.vtp_mgmt_domain': {'title': _('VTP Domain'), },
})
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