mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements policy endpoint and fixed Dangerous Host alert
This commit is contained in:
parent
027153c69a
commit
211fc3eb9f
6 changed files with 34 additions and 6 deletions
|
|
@ -16,12 +16,17 @@ local host_ban = {
|
|||
alert_id = host_alert_keys.host_alert_host_ban,
|
||||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
threshold = "1000",
|
||||
severity = alert_severities.error,
|
||||
},
|
||||
|
||||
gui = {
|
||||
i18n_title = "alerts_dashboard.host_ban_title",
|
||||
i18n_description = "alerts_dashboard.host_ban_description",
|
||||
i18n_field_unit = user_scripts.field_units.score,
|
||||
input_builder = "threshold_cross",
|
||||
field_operator = "gt";
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue