diff options
Diffstat (limited to 'plugins/check_snmp.d/config.h')
-rw-r--r-- | plugins/check_snmp.d/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_snmp.d/config.h b/plugins/check_snmp.d/config.h index e96dff5c..e68986e2 100644 --- a/plugins/check_snmp.d/config.h +++ b/plugins/check_snmp.d/config.h | |||
@@ -58,7 +58,9 @@ typedef struct check_snmp_config { | |||
58 | 58 | ||
59 | // Modify data | 59 | // Modify data |
60 | double multiplier; | 60 | double multiplier; |
61 | bool multiplier_set; | ||
61 | double offset; | 62 | double offset; |
63 | bool offset_set; | ||
62 | 64 | ||
63 | // Modify output | 65 | // Modify output |
64 | bool use_perf_data_labels_from_input; | 66 | bool use_perf_data_labels_from_input; |