Added alert when dropping flows due to flow exporters limit exceeded

This commit is contained in:
Matteo Biscosi 2024-07-15 18:58:36 +02:00
parent cc18f96bfc
commit 13287d609e
7 changed files with 106 additions and 1 deletions

View file

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