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

update project

parent 782e7c49
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -15,7 +15,7 @@
'name': 'checkpoint_threat_emulation',
'num_files': 3,
'title': 'Check Point Threat Emulation',
'version': '20220908.v.0.0.3b',
'version': '20221130.v.0.0.3c',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
......@@ -6,6 +6,7 @@
# Author: thl-cmk[at]outlook[dot]com
# URL : https://thl-cmk.hopto.org
#
# 2022-11-30: fixed CheckParameterRulespecWithoutItem (from CheckParameterRulespecWithItem)'
from cmk.gui.i18n import _
from cmk.gui.valuespec import (
......@@ -15,7 +16,7 @@ from cmk.gui.valuespec import (
)
from cmk.gui.plugins.wato import (
CheckParameterRulespecWithItem,
CheckParameterRulespecWithoutItem,
rulespec_registry,
RulespecGroupCheckParametersNetworking,
)
......@@ -50,7 +51,7 @@ def _parameter_valuespec_checkpoint_threat_emulation():
rulespec_registry.register(
CheckParameterRulespecWithItem(
CheckParameterRulespecWithoutItem(
check_group_name='checkpoint_threat_emulation',
group=RulespecGroupCheckParametersNetworking,
match_type='dict',
......
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