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

update project

parent 88fd7044
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -49,6 +49,7 @@ def _parameter_valuespec_unbound_bakery(): ...@@ -49,6 +49,7 @@ def _parameter_valuespec_unbound_bakery():
elements=[ elements=[
Dictionary( Dictionary(
title='Deploy the unbound agent plugin', title='Deploy the unbound agent plugin',
required_keys=['deploy_plugin'],
elements=[ elements=[
('config_file_path', ('config_file_path',
TextInput( TextInput(
...@@ -56,6 +57,12 @@ def _parameter_valuespec_unbound_bakery(): ...@@ -56,6 +57,12 @@ def _parameter_valuespec_unbound_bakery():
size=100, size=100,
allow_empty=False, allow_empty=False,
placeholder='/etc/unbound/unbound.conf', placeholder='/etc/unbound/unbound.conf',
)),
('deploy_plugin',
FixedValue(
True,
title=_('Deploy unbound plugin'),
totext='Yes',
)) ))
]), ]),
FixedValue( FixedValue(
......
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