mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added vulnerability issues alert (#7717)
This commit is contained in:
parent
864203abb2
commit
3ca4ad98ae
5 changed files with 157 additions and 11 deletions
|
|
@ -98,6 +98,7 @@ local other_alert_keys = {
|
|||
alert_snmp_interface_threshold_crossed = OTHER_BASE_KEY + 85,
|
||||
alert_score_behavior_anomaly = OTHER_BASE_KEY + 86,
|
||||
alert_traffic_behavior_anomaly = OTHER_BASE_KEY + 87,
|
||||
alert_vulnerability_scan = OTHER_BASE_KEY + 88,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue