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

update project

parent 07993997
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -25,7 +25,7 @@
'name': 'curl',
'num_files': 8,
'title': 'cURL agent plugin',
'version': '20220302.v0.0.6',
'version': '20220303.v0.0.7',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
......@@ -267,8 +267,8 @@ _option_user_auth = ('user_auth',
DropdownChoice(
title=_('Authentication method'),
choices=[
('--basic', _('Digest authentication')),
('--digest', _('Basic authentication')),
('--basic', _('Basic authentication')),
('--digest', _('Digest authentication')),
('--ntlm', _('NTLM authentication')),
('--ntlm-wb', _('NTLM authentication with winbind')),
('--negotiate', _('HTTP Negotiate (SPNEGO) authentication')),
......@@ -330,8 +330,8 @@ _option_proxy_auth = ('proxy_auth',
DropdownChoice(
title=_('Authentication method'),
choices=[
('--proxy-basic', _('Digest authentication')),
('--proxy-digest', _('Basic authentication')),
('--proxy-basic', _('Basic authentication')),
('--proxy-digest', _('Digest authentication')),
('--proxy-ntlm', _('NTLM authentication')),
('--proxy-negotiate', _('HTTP Negotiate (SPNEGO) authentication')),
('--proxy-anyauth', _('Any authentication')),
......
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