mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Changed ICMP flood per minute description (#5904)
This commit is contained in:
parent
fda446fb7c
commit
3f4a1a0e49
3 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ local icmp_flood = {
|
|||
gui = {
|
||||
i18n_title = "entity_thresholds.icmp_flood_title",
|
||||
i18n_description = "entity_thresholds.icmp_flood_description",
|
||||
i18n_field_unit = checks.field_units.icmp_sec,
|
||||
i18n_field_unit = checks.field_units.icmp_flow_sec,
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 65535,
|
||||
field_min = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue