Makes endpoint names self-contained in plugins

This commit is contained in:
Simone Mainardi 2020-09-11 18:48:54 +02:00
parent b4627ffc08
commit 4a18a3923f
5 changed files with 4 additions and 8 deletions

View file

@ -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" },