mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added Service Down check to Scan Alert (#9066)
This commit is contained in:
parent
757fabf8c1
commit
fe0975ba2a
3 changed files with 46 additions and 0 deletions
|
|
@ -61,6 +61,13 @@ function host_alert_scan.format(ifid, alert, alert_type_params)
|
|||
num_victims = alert_type_params.num_victims,
|
||||
attack = alert_type_params.attack
|
||||
})
|
||||
elseif alert_type_params.attack == "Service Down" then
|
||||
return i18n("alert_messages.host_alert_scan_servic_down", {
|
||||
attacker = attacker,
|
||||
victim = victim,
|
||||
num_victims = alert_type_params.num_victims,
|
||||
attack = alert_type_params.attack
|
||||
})
|
||||
elseif alert_type_params.attack == "Network" then
|
||||
return i18n("alert_messages.host_alert_scan_network", {
|
||||
attacker = attacker,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue