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