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

Delete inv_checkpoint_support.py

parent 4dc4bc40
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import cmk.gui.utils
from cmk.gui.plugins.views import (
inventory_displayhints, )
from cmk.gui.i18n import _
inventory_displayhints.update({
'.software.check_point.support:': {
'title': _('Support'),
'keyorder': [
'account_id',
'certificate_key',
'container',
'description',
'state',
'support_renewal',
'support_type',
],
'view': 'invcheckpointsupport_of_host',
},
})
from cmk.gui.plugins.views.inventory import declare_invtable_view
declare_invtable_view(
'invcheckpointsupport',
'.software.check_point.support:',
_('Check Point support'),
_('Check Point support'),
)
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