mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implemented no exporter/probe activity (#8608)
This commit is contained in:
parent
c2cc635bf1
commit
16b5a8ccc1
10 changed files with 176 additions and 62 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue