mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
* Added unexpected new device plugin, needs review * Fixes #4709 unexpected new device plugin Co-authored-by: matteo <biscosi@ntop.org>
This commit is contained in:
parent
4990491d06
commit
a8cf3836d7
7 changed files with 222 additions and 24 deletions
|
|
@ -0,0 +1,22 @@
|
|||
--
|
||||
-- (C) 2020 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
unexpected_new_device_title = "Unexpected Device Connected",
|
||||
unexpected_new_device_description = "Trigger an alert when an unexpected device connects to the network.",
|
||||
|
||||
-- ####################### Input builder strings
|
||||
|
||||
description = "Comma separated values of allowed MAC Addresses. Example: FF:FF:FF:FF:FF:FF",
|
||||
title = "Allowed MAC Addresses",
|
||||
|
||||
-- ####################### Status strings
|
||||
|
||||
status_unexpected_new_device_description = "Unexpected mac address device <a href=\"%{url}\">%{device}</a> connected to the network.",
|
||||
status_unexpected_new_device_description_pro = "Unexpected mac address device <a href=\"%{host_url}\">%{device}</a> connected to the network. Snmp infos: <a href=\"%{snmp_url}\">%{device_ip}</a>",
|
||||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_unexpected_new_device_title = "Unexpected Device Connected"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue