mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Additional fixes for PktThresholdAlert
This commit is contained in:
parent
9a201d8578
commit
ac0969eddc
5 changed files with 14 additions and 15 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue