Added check when SNMP traffic changes (#6144)

This commit is contained in:
MatteoBiscosi 2022-07-20 12:42:41 +02:00
parent bc95fce3e3
commit 3db8cc6cc8
3 changed files with 83 additions and 2 deletions

View file

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