ntopng/scripts/plugins/alerts/security/unexpected_dhcp/locales/en.lua
Simone Mainardi ad59b61245 Implements dropdown search for interfaces
Partially addresses #4800
2021-01-08 17:45:41 +01:00

21 lines
572 B
Lua

--
-- (C) 2020 - ntop.org
--
return {
unexpected_dhcp_description = "Trigger an alert when not allowed DHCP server is detected",
unexpected_dhcp_title = "Unexpected DHCP",
-- ####################### Input builder strings
title = "Allowed DHCP",
description = "Comma separated values of allowed DHCP IPs. Example: 192.168.1.1",
-- ####################### Status strings
status_unexpected_dhcp_description = "Unexpected DHCP server found: %{server}",
-- ####################### Alert strings
alert_unexpected_dhcp_title = "Unexpected DHCP found"
}