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

update project

parent 815c57b9
No related branches found
No related tags found
No related merge requests found
2023-03-09: initial commit
2023-03-10: WATO: moved rule to Networking
No preview for this file type
......@@ -6,7 +6,7 @@
'plugins/wato/cisco_fw_nat_translations.py']},
'name': 'cisco_fw_nat_translations',
'title': 'Cisco Firewall NAT Translations',
'version': '20230309.v0.0.1',
'version': '20230310.v0.0.1a',
'version.min_required': '2.0.0',
'version.packaged': '2.1.0p22',
'version.usable_until': None}
\ No newline at end of file
......@@ -9,6 +9,9 @@
#
# Cisco Firewall NAT translations WATO plugin
#
# 2023-03-10: moved rule to Networking
#
#
from cmk.gui.i18n import _
from cmk.gui.valuespec import (
......@@ -20,7 +23,7 @@ from cmk.gui.valuespec import (
from cmk.gui.plugins.wato import (
CheckParameterRulespecWithoutItem,
rulespec_registry,
RulespecGroupCheckParametersApplications,
RulespecGroupCheckParametersNetworking,
Levels,
)
......@@ -48,7 +51,7 @@ def _parameter_valuespec_cisco_fw_nat_translations():
rulespec_registry.register(
CheckParameterRulespecWithoutItem(
check_group_name='cisco_fw_nat_translations',
group=RulespecGroupCheckParametersApplications,
group=RulespecGroupCheckParametersNetworking,
match_type='dict',
parameter_valuespec=_parameter_valuespec_cisco_fw_nat_translations,
title=lambda: _('Firewall NAT translatins'),
......
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