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

update project

parent a0078230
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ def get_curl_files(conf) -> FileGenerator:
_options.append(f'--ftp-pret') if send_pret else None
_options.append(f'--ftp-skip-pasv-ip') if skip_ip else None
else:
no_send_eprt, active_address = ftp_options[1]
no_send_eprt, active_address = ftp_mode[1]
_options.append(f'--disable-eprt') if no_send_eprt else None
_options.append(f'--ftp-port {active_address}') if active_address else None
if ftp_options.get('ftp_ssl_control'):
......
No preview for this file type
......@@ -672,7 +672,7 @@ _option_ftp_settings = ('ftp_settings',
('ftp_create_dirs', FixedValue(
True,
title=_('Create remote dir(s)'),
totext=_('enabled')
totext=_('')
)),
('ftp_change_cwd_method', DropdownChoice(
title=_('Change working directory method'),
......@@ -733,17 +733,17 @@ _option_ftp_settings = ('ftp_settings',
('compressed_ssh', FixedValue(
True,
title=_('Enable ssh compression'),
totext=_('enabled'),
totext=_(''),
)),
('list_only', FixedValue(
True,
title=_('Enable list only'),
totext=_('enabled'),
totext=_(''),
)),
('use_ascii', FixedValue(
True,
title=_('Enable ASCII transfer'),
totext=_('enabled'),
totext=_(''),
)),
],
),
......@@ -850,7 +850,7 @@ _option_mail_settings = ('mail_settings',
('mail_rpct_allowfail', FixedValue(
True,
title=_('Allow some mail to addresses to fail'),
totext=_('enabled')
totext=_('')
))
]
),
......
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