mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added device connection/disconnection alert (#6801)
This commit is contained in:
parent
ad7a312249
commit
d6471d8dac
15 changed files with 105 additions and 116 deletions
|
|
@ -61,7 +61,7 @@ local other_alert_keys = {
|
|||
alert_lateral_movement = OTHER_BASE_KEY + 48, -- No longer user (moved to the flows)
|
||||
alert_list_download_succeeded = OTHER_BASE_KEY + 49,
|
||||
alert_no_if_activity = OTHER_BASE_KEY + 50,
|
||||
alert_unexpected_new_device = OTHER_BASE_KEY + 51,
|
||||
alert_device_connection_disconnection = OTHER_BASE_KEY + 51,
|
||||
alert_shell_script_executed = OTHER_BASE_KEY + 52,
|
||||
alert_periodicity_update = OTHER_BASE_KEY + 53, -- No longer user (moved to the flows)
|
||||
alert_dns_positive_error_ratio = OTHER_BASE_KEY + 54,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue