diff options
| author | inqrphl <32687873+inqrphl@users.noreply.github.com> | 2026-05-19 16:01:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 16:01:43 +0200 |
| commit | 178e9a02e367ab4527129ddbc623401e245d00b2 (patch) | |
| tree | e4655ece4741fea367bc82f25b66912a1b704016 /plugins/check_curl.d/config.h | |
| parent | 5ccce854954e807e51966b3db9388bf20284b949 (diff) | |
| download | monitoring-plugins-178e9a02e367ab4527129ddbc623401e245d00b2.tar.gz | |
check_curl + check_http:
hdd cli argument to return custom states on timeout
---------
Co-authored-by: Ahmet Oeztuerk <Ahmet.Oeztuerk@consol.de>
Diffstat (limited to 'plugins/check_curl.d/config.h')
| -rw-r--r-- | plugins/check_curl.d/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_curl.d/config.h b/plugins/check_curl.d/config.h index bcdf3010..0a7fa01d 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h | |||
| @@ -113,9 +113,12 @@ typedef struct { | |||
| 113 | mp_state_enum on_redirect_result_state; | 113 | mp_state_enum on_redirect_result_state; |
| 114 | bool on_redirect_dependent; | 114 | bool on_redirect_dependent; |
| 115 | 115 | ||
| 116 | mp_state_enum on_timeout_result_state; | ||
| 117 | |||
| 116 | bool show_extended_perfdata; | 118 | bool show_extended_perfdata; |
| 117 | bool show_body; | 119 | bool show_body; |
| 118 | 120 | ||
| 121 | |||
| 119 | bool output_format_is_set; | 122 | bool output_format_is_set; |
| 120 | mp_output_format output_format; | 123 | mp_output_format output_format; |
| 121 | } check_curl_config; | 124 | } check_curl_config; |
