mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Changes tcp and tcp_syn probing flow severity to info
This commit is contained in:
parent
c8ecc1d001
commit
0c7429bc2f
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ local alert_consts = require("alert_consts")
|
|||
|
||||
return {
|
||||
status_key = status_keys.ntopng.status_suspicious_tcp_probing,
|
||||
alert_severity = alert_consts.alert_severities.error,
|
||||
alert_severity = alert_consts.alert_severities.info,
|
||||
alert_type = alert_consts.alert_types.alert_suspicious_activity,
|
||||
i18n_title = "flow_details.suspicious_tcp_probing",
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ local alert_consts = require("alert_consts")
|
|||
|
||||
return {
|
||||
status_key = status_keys.ntopng.status_suspicious_tcp_syn_probing,
|
||||
alert_severity = alert_consts.alert_severities.error,
|
||||
alert_severity = alert_consts.alert_severities.info,
|
||||
alert_type = alert_consts.alert_types.alert_suspicious_activity,
|
||||
i18n_title = "flow_details.suspicious_tcp_syn_probing",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue