diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-12 12:36:00 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-12 12:36:00 +0200 |
| commit | 9c2ae47d4494c524f3889722fba0cb5619c1e053 (patch) | |
| tree | 16c5b6691e360eafda62d7e7db8cb99534523a5a | |
| parent | ad4faf1a9a414c657a94cafb54e5b3f1a5f5aaa2 (diff) | |
| download | monitoring-plugins-9c2ae47d4494c524f3889722fba0cb5619c1e053.tar.gz | |
check_curl: fix default redirect setting
| -rw-r--r-- | plugins/check_curl.d/check_curl_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 629 | .string_expect = "", | 629 | .string_expect = "", |
| 630 | .header_expect = "", | 630 | .header_expect = "", |
| 631 | .on_redirect_result_state = STATE_OK, | 631 | .on_redirect_result_state = STATE_OK, |
| 632 | .on_redirect_dependent = true, | 632 | .on_redirect_dependent = false, |
| 633 | 633 | ||
| 634 | .show_extended_perfdata = false, | 634 | .show_extended_perfdata = false, |
| 635 | .show_body = false, | 635 | .show_body = false, |
