diff options
Diffstat (limited to 'plugins/check_snmp.d/config.h')
-rw-r--r-- | plugins/check_snmp.d/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_snmp.d/config.h b/plugins/check_snmp.d/config.h index ca624a81..e96dff5c 100644 --- a/plugins/check_snmp.d/config.h +++ b/plugins/check_snmp.d/config.h | |||
@@ -62,4 +62,7 @@ typedef struct check_snmp_config { | |||
62 | 62 | ||
63 | // Modify output | 63 | // Modify output |
64 | bool use_perf_data_labels_from_input; | 64 | bool use_perf_data_labels_from_input; |
65 | |||
66 | mp_output_format output_format; | ||
67 | bool output_format_is_set; | ||
65 | } check_snmp_config; | 68 | } check_snmp_config; |