mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Implements efficient unexpected_new_device alert
This commit is contained in:
parent
03bf2bca5e
commit
bb3f8ed168
15 changed files with 116 additions and 100 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
return {
|
||||
unexpected_new_device_title = "Unexpected Device Connected",
|
||||
unexpected_new_device_description = "Trigger an alert first time an unexpected (i.e. not part of the allowed MAC addresses list) device connects to the network.",
|
||||
unexpected_new_device_description = "Trigger an alert when an unexpected (i.e. not part of the allowed MAC addresses list) device connects to the network.",
|
||||
|
||||
-- ####################### Input builder strings
|
||||
|
||||
|
|
@ -13,8 +13,8 @@ return {
|
|||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_unexpected_new_device_description = "Unexpected MAC address device <a href=\"%{host_url}\">%{mac_address}</a> connected to the network.",
|
||||
status_unexpected_new_device_description_pro = "Unexpected MAC address device <a href=\"%{host_url}\">%{mac_address}</a> connected to the network. SNMP Device <a href=\"%{ip_url}\">%{ip}</a> on Port <a href=\"%{port_url}\">%{port}</a> <span class='badge badge-secondary'>%{interface_name}</span>",
|
||||
status_unexpected_new_device_description = "Unexpected MAC <a href=\"%{host_url}\">%{mac_address}</a> connected to the network.",
|
||||
status_unexpected_new_device_description_pro = "Unexpected MAC <a href=\"%{host_url}\">%{mac_address}</a> connected to the network. SNMP Device <a href=\"%{ip_url}\">%{ip}</a> on Port <a href=\"%{port_url}\">%{port}</a> <span class='badge badge-secondary'>%{interface_name}</span>",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue