Added vulnerability issues alert (#7717)

This commit is contained in:
Matteo Biscosi 2023-08-04 13:23:40 +00:00
parent 864203abb2
commit 3ca4ad98ae
5 changed files with 157 additions and 11 deletions

View file

@ -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,
}
-- ##############################################