diff options
Diffstat (limited to 'plugins/check_dbi.d/config.h')
| -rw-r--r-- | plugins/check_dbi.d/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_dbi.d/config.h b/plugins/check_dbi.d/config.h index f6f0d7b3..09aa67da 100644 --- a/plugins/check_dbi.d/config.h +++ b/plugins/check_dbi.d/config.h | |||
| @@ -38,6 +38,8 @@ typedef struct { | |||
| 38 | char *critical_range; | 38 | char *critical_range; |
| 39 | thresholds *dbi_thresholds; | 39 | thresholds *dbi_thresholds; |
| 40 | 40 | ||
| 41 | bool output_format_is_set; | ||
| 42 | mp_output_format output_format; | ||
| 41 | } check_dbi_config; | 43 | } check_dbi_config; |
| 42 | 44 | ||
| 43 | check_dbi_config check_dbi_config_init() { | 45 | check_dbi_config check_dbi_config_init() { |
| @@ -58,6 +60,8 @@ check_dbi_config check_dbi_config_init() { | |||
| 58 | .warning_range = NULL, | 60 | .warning_range = NULL, |
| 59 | .critical_range = NULL, | 61 | .critical_range = NULL, |
| 60 | .dbi_thresholds = NULL, | 62 | .dbi_thresholds = NULL, |
| 63 | |||
| 64 | .output_format_is_set = false, | ||
| 61 | }; | 65 | }; |
| 62 | return tmp; | 66 | return tmp; |
| 63 | } | 67 | } |
