mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
17 lines
383 B
Lua
17 lines
383 B
Lua
--
|
|
-- (C) 2020 - ntop.org
|
|
--
|
|
|
|
return {
|
|
alert_format = "Format",
|
|
content = "Content",
|
|
description = "Host, Port and Protocol should be specified for remote syslog servers only.",
|
|
host = "Host",
|
|
port = "Port",
|
|
protocol = "Protocol",
|
|
text = "Text",
|
|
validation = {
|
|
invalid_host = "Invalid Syslog host.",
|
|
invalid_port = "Invalid Syslog port.",
|
|
},
|
|
}
|