diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_snmp.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.d/config.h b/plugins/check_snmp.d/config.h index a5d5aa52..e7b6d1b3 100644 --- a/plugins/check_snmp.d/config.h +++ b/plugins/check_snmp.d/config.h | |||
@@ -65,7 +65,7 @@ typedef struct { | |||
65 | // Modify output | 65 | // Modify output |
66 | bool use_oid_as_perf_data_label; | 66 | bool use_oid_as_perf_data_label; |
67 | 67 | ||
68 | // activate rate calucation | 68 | // activate rate calculation |
69 | bool calculate_rate; | 69 | bool calculate_rate; |
70 | unsigned int rate_multiplier; | 70 | unsigned int rate_multiplier; |
71 | } check_snmp_evaluation_parameters; | 71 | } check_snmp_evaluation_parameters; |