mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixes for contacts-based alerts
This commit is contained in:
parent
bdf3069227
commit
63bd289bbf
4 changed files with 8 additions and 11 deletions
|
|
@ -31,7 +31,6 @@ local script = {
|
|||
i18n_field_unit = user_scripts.field_units.contacts,
|
||||
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 500,
|
||||
field_min = 1,
|
||||
field_operator = "gt";
|
||||
}
|
||||
|
|
@ -58,4 +57,4 @@ end
|
|||
|
||||
-- #################################################################
|
||||
|
||||
return script
|
||||
return script
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ local script = {
|
|||
i18n_field_unit = user_scripts.field_units.contacts,
|
||||
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 500,
|
||||
field_min = 1,
|
||||
field_operator = "gt";
|
||||
}
|
||||
|
|
@ -58,4 +57,4 @@ end
|
|||
|
||||
-- #################################################################
|
||||
|
||||
return script
|
||||
return script
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ local script = {
|
|||
i18n_field_unit = user_scripts.field_units.contacts,
|
||||
|
||||
input_builder = "threshold_cross",
|
||||
field_max = 500,
|
||||
field_min = 1,
|
||||
field_operator = "gt";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue