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

update project

parent f6f24b82
Branches master
No related tags found
No related merge requests found
......@@ -10,13 +10,14 @@
# inventory view for Noel epower switch
#
# 2023-04-22: moved to ~/local/lib/check_mk/gui/plugins/views
#
# 2023-06-14: removed declare_invtable_view from view definition on cmk 2.2 (see werk 15493)
# changed inventory_displayhints import (see werk 15493)
from cmk.gui.plugins.views.utils import (
inventory_displayhints,
)
from cmk.gui.i18n import _
from cmk.gui.plugins.views.inventory import declare_invtable_view
from cmk.gui.views.inventory.registry import inventory_displayhints
inventory_displayhints.update({
'.hardware.devices:': {'title': _('Devices'),
......@@ -30,5 +31,3 @@ inventory_displayhints.update({
'.hardware.devices:*.detected': {'title': _('Detected'), },
'.hardware.devices:*.activated': {'title': _('Activated'), },
})
declare_invtable_view('invdevices', '.hardware.devices:', _('Devices'), _('Devices'))
File added
No preview for this file type
......@@ -4,7 +4,7 @@
'files': {'agent_based': ['inv_epsm.py'], 'gui': ['views/inv_epsm.py']},
'name': 'inv_epsm',
'title': 'Neol ePowerswitch inventory',
'version': '0.0.2-20230614',
'version.min_required': '2.1.0b1',
'version': '0.1.0-20230614',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p2',
'version.usable_until': '2.2.0b1'}
'version.usable_until': None}
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