mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
* Added unexpected new device plugin, needs review * Fixes #4709 unexpected new device plugin Co-authored-by: matteo <biscosi@ntop.org>
10 lines
212 B
Lua
10 lines
212 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Unexpected Device Connected",
|
|
description = "Trigger an alert when an unexpected device connects to the network.",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|