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

update project

parent e788bf52
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -18,7 +18,7 @@
'name': 'ospfv3',
'num_files': 8,
'title': 'Collection of OSPFv3 checks',
'version': '20211216.v0.3',
'version': '20221130.v0.3a',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
......@@ -9,6 +9,7 @@
#
# wato plugin for ospfv3 check
#
# 2022-11-30: fixed CheckParameterRulespecWithoutItem (from CheckParameterRulespecWithItem)
#
from cmk.gui.i18n import _
from cmk.gui.valuespec import (
......@@ -23,6 +24,7 @@ from cmk.gui.valuespec import (
from cmk.gui.plugins.wato import (
CheckParameterRulespecWithItem,
CheckParameterRulespecWithoutItem,
rulespec_registry,
RulespecGroupCheckParametersNetworking,
RulespecGroupCheckParametersDiscovery,
......@@ -168,7 +170,7 @@ def _parameter_valuespec_ospfv3_general():
rulespec_registry.register(
CheckParameterRulespecWithItem(
CheckParameterRulespecWithoutItem(
check_group_name='ospfv3_general',
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