Implemented no exporter/probe activity (#8608)

This commit is contained in:
Luca Deri 2024-08-07 17:52:47 +02:00
parent c2cc635bf1
commit 16b5a8ccc1
10 changed files with 176 additions and 62 deletions

View file

@ -36,7 +36,7 @@ local other_alert_keys = {
alert_am_threshold_cross = OTHER_BASE_KEY + 23,
alert_port_duplexstatus_change = OTHER_BASE_KEY + 24,
alert_port_errors = OTHER_BASE_KEY + 25,
alert_port_load_threshold_exceeded = OTHER_BASE_KEY + 26, -- No longer used
alert_no_probe_activity = OTHER_BASE_KEY + 26,
alert_port_mac_changed = OTHER_BASE_KEY + 27,
alert_port_status_change = OTHER_BASE_KEY + 28,
alert_process_notification = OTHER_BASE_KEY + 29,