Implements stateful network alerts

This commit is contained in:
Simone Mainardi 2016-09-02 14:59:54 +02:00
parent 05462622b3
commit 441857d34d
7 changed files with 148 additions and 12 deletions

View file

@ -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)