Fixes Score Network alert (#6366)

This commit is contained in:
MatteoBiscosi 2022-05-17 11:24:13 +02:00
parent c1e6f01d53
commit 65284b6929
3 changed files with 68 additions and 2 deletions

View file

@ -88,6 +88,7 @@ local other_alert_keys = {
alert_network_discovery_executed = OTHER_BASE_KEY + 75,
alert_port_mac_appeared = OTHER_BASE_KEY + 76,
alert_port_mac_disappeared = OTHER_BASE_KEY + 77,
alert_network_score_per_host = OTHER_BASE_KEY + 78,
}
-- ##############################################