mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added unexpected DHCP plugin
This commit is contained in:
parent
cfa3d08943
commit
fedd1e3218
5 changed files with 140 additions and 0 deletions
15
scripts/plugins/alerts/security/unexpected_dhcp/manifest.lua
Normal file
15
scripts/plugins/alerts/security/unexpected_dhcp/manifest.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
--[[ i18n function is currently not available in manifest.lua
|
||||
title = i18n("unexpected_dhcp.unexpected_dhcp_title"),
|
||||
description = i18n("unexpected_dhcp.unexpected_dhcp_description"), --]]
|
||||
|
||||
title = "Unexpected DHCP",
|
||||
description = "Trigger an alert when an unexpected DHCP server is detected",
|
||||
author = "Daniele Zulberti, Luca Argentieri",
|
||||
dependencies = {},
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue