diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 02:30:42 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 02:30:42 +0200 |
commit | 5a2c1b2c3aeb99e7a703b0c5f6fe1a21d29b3be4 (patch) | |
tree | 9b9b45a6a611c4f37cf5dd447b37f74e48d56c14 /plugins/check_curl.d/config.h | |
parent | eca9eaf9f5771e417366bd3dac0cd463f405eb70 (diff) | |
download | monitoring-plugins-5a2c1b2c3aeb99e7a703b0c5f6fe1a21d29b3be4.tar.gz |
Add output formatting option
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 6100af3e..f51b2ee9 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h | |||
@@ -108,6 +108,9 @@ typedef struct { | |||
108 | 108 | ||
109 | bool show_extended_perfdata; | 109 | bool show_extended_perfdata; |
110 | bool show_body; | 110 | bool show_body; |
111 | |||
112 | bool output_format_is_set; | ||
113 | mp_output_format output_format; | ||
111 | } check_curl_config; | 114 | } check_curl_config; |
112 | 115 | ||
113 | check_curl_config check_curl_config_init(); | 116 | check_curl_config check_curl_config_init(); |