From 9c2ae47d4494c524f3889722fba0cb5619c1e053 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 12 Sep 2025 12:36:00 +0200 Subject: check_curl: fix default redirect setting --- plugins/check_curl.d/check_curl_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_curl.d') diff --git a/plugins/check_curl.d/check_curl_helpers.c b/plugins/check_curl.d/check_curl_helpers.c index 29aae524..e33f2aa9 100644 --- a/plugins/check_curl.d/check_curl_helpers.c +++ b/plugins/check_curl.d/check_curl_helpers.c @@ -629,7 +629,7 @@ check_curl_config check_curl_config_init() { .string_expect = "", .header_expect = "", .on_redirect_result_state = STATE_OK, - .on_redirect_dependent = true, + .on_redirect_dependent = false, .show_extended_perfdata = false, .show_body = false, -- cgit v1.2.3-74-g34f1