mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Cleanup of the too-many-drops interface alert
This commit is contained in:
parent
e46221e0bb
commit
b3bdfcff32
9 changed files with 41 additions and 126 deletions
|
|
@ -67,7 +67,7 @@ check_module = {
|
|||
i18n_description = "entity_thresholds.request_reply_ratio_description",
|
||||
i18n_field_unit = alert_consts.field_units.percentage,
|
||||
input_builder = alerts_api.threshold_cross_input_builder,
|
||||
field_max = 65535,
|
||||
field_max = 100,
|
||||
field_min = 1,
|
||||
field_operator = "lt";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue