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

update project

parent 81f45a27
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -13,7 +13,7 @@
'name': 'checkpoint_smart_event',
'num_files': 7,
'title': 'Check Point Smart Event',
'version': '20220908.v0.3.5',
'version': '20221130.v0.3.5a',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
......@@ -6,7 +6,9 @@
# 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 (
Dictionary,
......@@ -14,7 +16,7 @@ from cmk.gui.valuespec import (
Integer,
)
from cmk.gui.plugins.wato import (
CheckParameterRulespecWithItem,
CheckParameterRulespecWithoutItem,
rulespec_registry,
RulespecGroupCheckParametersNetworking,
)
......@@ -35,7 +37,7 @@ def _parameter_valuespec_checkpoint_eva_db():
rulespec_registry.register(
CheckParameterRulespecWithItem(
CheckParameterRulespecWithoutItem(
check_group_name='checkpoint_eva_db',
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