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

update project

parent fdda3adc
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
'num_files': 2, 'num_files': 2,
'title': 'Check Point appliance support inventory plugin', 'title': 'Check Point appliance support inventory plugin',
'version': '20210208.v.0.1', 'version': '20210208.v.0.1',
'version.min_required': '2.0.0i1', 'version.min_required': '2.0.0b8',
'version.packaged': '2020.11.27', 'version.packaged': '2.0.0b8',
'version.usable_until': None} 'version.usable_until': None}
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
import cmk.gui.utils import cmk.gui.utils
from cmk.gui.plugins.views import ( from cmk.gui.plugins.views import (
inventory_displayhints,) inventory_displayhints, )
from cmk.gui.i18n import _ from cmk.gui.i18n import _
inventory_displayhints.update({ inventory_displayhints.update({
...@@ -17,10 +17,10 @@ inventory_displayhints.update({ ...@@ -17,10 +17,10 @@ inventory_displayhints.update({
'state', 'state',
'support_renewal', 'support_renewal',
'support_type', 'support_type',
], ],
'view': 'invcheckpointsupport_of_host', 'view': 'invcheckpointsupport_of_host',
}, },
}) })
from cmk.gui.plugins.views.inventory import declare_invtable_view from cmk.gui.plugins.views.inventory import declare_invtable_view
...@@ -29,4 +29,4 @@ declare_invtable_view( ...@@ -29,4 +29,4 @@ declare_invtable_view(
'.software.check_point.support:', '.software.check_point.support:',
_('Check Point support'), _('Check Point support'),
_('Check Point support'), _('Check Point support'),
) )
\ No newline at end of file
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