Definition of SNMP polling error

This commit is contained in:
Luca Deri 2024-06-02 17:55:37 +02:00
parent 1aefe9f401
commit c53b79e302
4 changed files with 154 additions and 85 deletions

View file

@ -105,7 +105,8 @@ local other_alert_keys = {
alert_port_avg_usages_threshold_crossed = OTHER_BASE_KEY + 92, -- No longer used
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,
MAX_OTHER_ALERT_TYPE = OTHER_BASE_KEY + 127 -- see ntop_typedefs.h
}