Additional fixes for PktThresholdAlert

This commit is contained in:
Simone Mainardi 2021-11-18 18:30:25 +01:00
parent 9a201d8578
commit ac0969eddc
5 changed files with 14 additions and 15 deletions

View file

@ -20,8 +20,8 @@ local pkt_threshold = {
},
gui = {
i18n_title = "alerts_thresholds_config.pkt_threshold",
i18n_description = "alerts_thresholds_config.alert_pkt_threshold_description",
i18n_title = "alerts_thresholds_config.alert_pkt_title",
i18n_description = "alerts_thresholds_config.alert_pkt_description",
i18n_field_unit = checks.field_units.packets,
input_builder = "threshold_cross",
field_operator = "gt";