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

update project

parent 62fa9e22
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -12,5 +12,5 @@
'title': 'Check Point Maestro SMO path distribution counters',
'version': '20210910.v0.2',
'version.min_required': '2.0.0',
'version.packaged': '2021.07.14',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
......@@ -8,7 +8,6 @@ from cmk.gui.valuespec import (
TextAscii,
Tuple,
Integer,
Transform,
)
from cmk.gui.plugins.wato import (
......@@ -19,8 +18,7 @@ from cmk.gui.plugins.wato import (
def _parameter_valuespec_checkpoint_asg_path_distribution():
return Transform(
Dictionary(elements=[
return Dictionary(elements=[
('levels_upper_acceleration',
Tuple(
title=_('Maximum Acceleration path counter'),
......@@ -77,7 +75,7 @@ def _parameter_valuespec_checkpoint_asg_path_distribution():
Integer(title=_('Warning blow'), minvalue=0, ),
Integer(title=_('Critical below'), minvalue=0, ),
])),
]))
])
rulespec_registry.register(
......
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