mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes remote-to-remote alerts (leaves flow r2r alerts)
This commit is contained in:
parent
72dbda8372
commit
9e5c153b7f
7 changed files with 0 additions and 66 deletions
|
|
@ -573,19 +573,6 @@ end
|
|||
-- type_info building functions
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.remoteToRemoteType(host_info, mac)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_remote_to_remote,
|
||||
alert_severity = alert_severities.warning,
|
||||
alert_type_params = {
|
||||
host = hostinfo2label(host_info),
|
||||
mac = mac,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.tooManyDropsType(drops, drop_perc, threshold)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_too_many_drops,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue