mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes Score Network alert (#6366)
This commit is contained in:
parent
c1e6f01d53
commit
65284b6929
3 changed files with 68 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue