diff options
Diffstat (limited to 'plugins/check_snmp.d/check_snmp_helpers.c')
-rw-r--r-- | plugins/check_snmp.d/check_snmp_helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_snmp.d/check_snmp_helpers.c b/plugins/check_snmp.d/check_snmp_helpers.c index 7725cc18..8f4bcb9c 100644 --- a/plugins/check_snmp.d/check_snmp_helpers.c +++ b/plugins/check_snmp.d/check_snmp_helpers.c | |||
@@ -97,7 +97,9 @@ check_snmp_config check_snmp_config_init() { | |||
97 | .string_cmp_value = "", | 97 | .string_cmp_value = "", |
98 | 98 | ||
99 | .multiplier = 1.0, | 99 | .multiplier = 1.0, |
100 | .multiplier_set = false, | ||
100 | .offset = 0, | 101 | .offset = 0, |
102 | .offset_set = false, | ||
101 | 103 | ||
102 | .use_perf_data_labels_from_input = false, | 104 | .use_perf_data_labels_from_input = false, |
103 | }; | 105 | }; |