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

Delete inv_checkpoint_base.py

parent 2e14665a
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.os_info:': {
'title': _('OS Info'),
},
'.software.check_point.os_info.deployment_agent_build': {'title': _('Deployment Agent Build'), },
'.software.check_point.os_info.os_name': {'title': _('OS Name'), },
'.software.check_point.os_info.os_version': {'title': _('OS Version'), },
'.software.check_point.os_info.svn_build': {'title': _('SVN Build'), },
'.software.check_point.os_info.svn_version': {'title': _('SVN Version'), },
})
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