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

update project

parent 249be643
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/inv_checkpoint_support-0.4.0-20230706.mkp "Download latest version inv_checkpoint_support-0.4.0-20230706.mkp"
# License/support of Check Point systems
adds License/support status to the inventory
......
......@@ -8,12 +8,10 @@
# Date : 2016-06-29
# 2023-04-23: moved views file to ~/local/lib/check_mk/gui/plugins/views
# 2023-07-06: changed imports for cmk 2.2.x
from cmk.gui.i18n import _
from cmk.gui.plugins.views.inventory import declare_invtable_view
from cmk.gui.plugins.views.utils import (
inventory_displayhints,
)
from cmk.gui.views.inventory.registry import inventory_displayhints
inventory_displayhints.update({
'.software.check_point.support:': {
......@@ -30,10 +28,3 @@ inventory_displayhints.update({
'view': 'invcheckpointsupport_of_host',
},
})
declare_invtable_view(
'invcheckpointsupport',
'.software.check_point.support:',
_('Check Point support'),
_('Check Point support'),
)
File added
......@@ -6,7 +6,7 @@
'gui': ['views/inv_checkpoint_support.py']},
'name': 'inv_checkpoint_support',
'title': 'Check Point appliance support inventory plugin',
'version': '0.3.0-20230614',
'version': '0.4.0-20230706',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p2',
'version.packaged': '2.2.0p4',
'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