mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implement export to remote syslog server (implement #4419)
This commit is contained in:
parent
1c73df18db
commit
841b476f59
9 changed files with 184 additions and 33 deletions
|
|
@ -0,0 +1,17 @@
|
|||
--
|
||||
-- (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.",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue