mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added alert when dropping flows due to flow exporters limit exceeded
This commit is contained in:
parent
cc18f96bfc
commit
13287d609e
7 changed files with 106 additions and 1 deletions
|
|
@ -106,6 +106,7 @@ local other_alert_keys = {
|
|||
alert_vlan_rule_threshold_crossed = OTHER_BASE_KEY + 93,
|
||||
alert_profile_rule_threshold_crossed = OTHER_BASE_KEY + 94,
|
||||
alert_snmp_device_polling_error = OTHER_BASE_KEY + 95,
|
||||
alert_exporters_limit_exceeded = OTHER_BASE_KEY + 96,
|
||||
|
||||
MAX_OTHER_ALERT_TYPE = OTHER_BASE_KEY + 127 -- see ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue