mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements stateful network alerts
This commit is contained in:
parent
05462622b3
commit
441857d34d
7 changed files with 148 additions and 12 deletions
|
|
@ -291,7 +291,8 @@ alert_entity_keys = {
|
|||
{ "Interface", 0, "interface" },
|
||||
{ "Host", 1, "host" },
|
||||
{ "Network", 2, "network" },
|
||||
{ "SNMP device", 3, "snmp_device" }
|
||||
{ "SNMP device", 3, "snmp_device" },
|
||||
{ "Flow", 4, "flow" }
|
||||
}
|
||||
|
||||
function alertSeverityLabel(v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue