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

update project

parent 265aacf6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -7,7 +7,7 @@
'name': 'checkpoint_application_control',
'num_files': 2,
'title': 'Check Point Application control',
'version': '20200608.v0.1.2e',
'version.min_required': '1.2.8b8',
'version.packaged': '2021.07.14',
'version': '20221130.v0.1.3a',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
......@@ -9,17 +9,19 @@
# Content: wato plugin for snmp check 'checkpoint_apcl'
# to configure waring/critical levels for last update
#
# 2022-11-30: fixed CheckParameterRulespecWithoutItem (from CheckParameterRulespecWithItem)
#
from cmk.gui.i18n import _
from cmk.gui.valuespec import (
Dictionary,
Integer,
TextAscii,
Tuple,
DropdownChoice,
)
from cmk.gui.plugins.wato import (
CheckParameterRulespecWithItem,
CheckParameterRulespecWithoutItem,
rulespec_registry,
RulespecGroupCheckParametersNetworking,
)
......@@ -61,7 +63,7 @@ def _parameter_valuespec_checkpoint_apcl():
rulespec_registry.register(
CheckParameterRulespecWithItem(
CheckParameterRulespecWithoutItem(
check_group_name='checkpoint_apcl',
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