mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Implements auto assignment of user script alert and status ids
This commit is contained in:
parent
d7528e1628
commit
48910b9f87
58 changed files with 55 additions and 68 deletions
|
|
@ -3,7 +3,6 @@
|
|||
--
|
||||
|
||||
return {
|
||||
alert_id = 24,
|
||||
i18n_title = "alerts_dashboard.suspicious_device_protocol",
|
||||
icon = "fas fa-exclamation",
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ end
|
|||
-- #################################################################
|
||||
|
||||
return {
|
||||
status_id = 16,
|
||||
cli_score = function(info)
|
||||
if(info and (info["devproto_forbidden_peer"] == "cli")) then
|
||||
return(80)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue