mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
15 lines
No EOL
421 B
Lua
15 lines
No EOL
421 B
Lua
--
|
|
-- (C) 2019-21 - 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 = {},
|
|
}
|
|
|