mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added check when SNMP traffic changes (#6144)
This commit is contained in:
parent
bc95fce3e3
commit
3db8cc6cc8
3 changed files with 83 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ local other_alert_keys = {
|
|||
alert_network_score_per_host = OTHER_BASE_KEY + 78,
|
||||
alert_dhcp_storm = OTHER_BASE_KEY + 79,
|
||||
alert_snmp_interface_errors = OTHER_BASE_KEY + 80,
|
||||
alert_snmp_device_traffic_change = OTHER_BASE_KEY + 81,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue