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

update project

parent f52ebcf6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -10,5 +10,5 @@
'title': 'Check Point Maestro SMO ASG Chassis',
'version': '20210911.v0.3',
'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
......@@ -5,10 +5,8 @@
from cmk.gui.i18n import _
from cmk.gui.valuespec import (
Dictionary,
TextAscii,
DropdownChoice,
MonitoringState,
Transform,
)
from cmk.gui.plugins.wato import (
......@@ -19,8 +17,7 @@ from cmk.gui.plugins.wato import (
def _parameter_valuespec_checkpoint_asg_chassis():
return Transform(
Dictionary(elements=[
return Dictionary(elements=[
('desired_chassis_active',
DropdownChoice(
title=_('Desired active chassis'),
......@@ -68,7 +65,7 @@ def _parameter_valuespec_checkpoint_asg_chassis():
title=_('State if number of SGMs has canged'),
help=_('Monitoring state if number of SGMs differs from discovery time'),
)),
]))
])
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