mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Makes endpoint names self-contained in plugins
This commit is contained in:
parent
b4627ffc08
commit
4a18a3923f
5 changed files with 4 additions and 8 deletions
|
|
@ -8,6 +8,7 @@ local alert_utils = require "alert_utils"
|
|||
local alert_consts = require "alert_consts"
|
||||
|
||||
local syslog = {
|
||||
name = "Syslog",
|
||||
conf_max_num = 1, -- At most 1 endpoint
|
||||
conf_params = {
|
||||
{ param_name = "syslog_alert_format" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue