diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-10 11:39:42 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-10 11:39:42 +0200 |
commit | 669441d16c454974622d5d4d1e3aefac5428a26a (patch) | |
tree | d35e7148c8bdcfb89990455a67796e15cdd0d1e3 | |
parent | c06ea4e44caee74486e2931154021a0d0e6c8066 (diff) | |
download | monitoring-plugins-669441d16c454974622d5d4d1e3aefac5428a26a.tar.gz |
check_curl: set http port to 80 by default
-rw-r--r-- | plugins/check_curl.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.d/config.h b/plugins/check_curl.d/config.h index 9acd4048..25cfeda3 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h | |||
@@ -57,7 +57,7 @@ check_curl_working_state check_curl_working_state_init() { | |||
57 | .http_method = NULL, | 57 | .http_method = NULL, |
58 | .http_post_data = NULL, | 58 | .http_post_data = NULL, |
59 | .virtualPort = 0, | 59 | .virtualPort = 0, |
60 | .serverPort = 0, | 60 | .serverPort = HTTP_PORT, |
61 | .use_ssl = false, | 61 | .use_ssl = false, |
62 | .no_body = false, | 62 | .no_body = false, |
63 | }; | 63 | }; |