diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-13 12:28:49 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-13 12:28:49 +0200 |
commit | 9afb5e2a6964aad149ca3ef0c175fcd510220505 (patch) | |
tree | 01135961c38e90301164445159a87d172629e7b9 /plugins/check_curl.d | |
parent | 44b2a25a6b9fb0791ec7150100a4d51e5f129611 (diff) | |
download | monitoring-plugins-9afb5e2a6964aad149ca3ef0c175fcd510220505.tar.gz |
check_curl: remove display-html option
Diffstat (limited to 'plugins/check_curl.d')
-rw-r--r-- | plugins/check_curl.d/check_curl_helpers.c | 1 | ||||
-rw-r--r-- | plugins/check_curl.d/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/check_curl.d/check_curl_helpers.c b/plugins/check_curl.d/check_curl_helpers.c index 49949ccb..f0a4d265 100644 --- a/plugins/check_curl.d/check_curl_helpers.c +++ b/plugins/check_curl.d/check_curl_helpers.c | |||
@@ -630,7 +630,6 @@ check_curl_config check_curl_config_init() { | |||
630 | 630 | ||
631 | .show_extended_perfdata = false, | 631 | .show_extended_perfdata = false, |
632 | .show_body = false, | 632 | .show_body = false, |
633 | .display_html = false, | ||
634 | }; | 633 | }; |
635 | 634 | ||
636 | snprintf(tmp.curl_config.user_agent, DEFAULT_BUFFER_SIZE, "%s/v%s (monitoring-plugins %s, %s)", | 635 | snprintf(tmp.curl_config.user_agent, DEFAULT_BUFFER_SIZE, "%s/v%s (monitoring-plugins %s, %s)", |
diff --git a/plugins/check_curl.d/config.h b/plugins/check_curl.d/config.h index 32399b8a..6100af3e 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h | |||
@@ -108,7 +108,6 @@ typedef struct { | |||
108 | 108 | ||
109 | bool show_extended_perfdata; | 109 | bool show_extended_perfdata; |
110 | bool show_body; | 110 | bool show_body; |
111 | bool display_html; | ||
112 | } check_curl_config; | 111 | } check_curl_config; |
113 | 112 | ||
114 | check_curl_config check_curl_config_init(); | 113 | check_curl_config check_curl_config_init(); |