Added comments in the discord endpoint and removed dead code

Commentede dead code in example nd syslog alert endpoints
This commit is contained in:
Luca Deri 2020-09-10 14:53:38 +02:00
parent 227e6531ab
commit 2893167b51
6 changed files with 25 additions and 17 deletions

View file

@ -24,7 +24,7 @@ local syslog = {
},
}
syslog.DEFAULT_SEVERITY = "info"
-- syslog.DEFAULT_SEVERITY = "info"
syslog.EXPORT_FREQUENCY = 1 -- 1 second, i.e., as soon as possible
syslog.prio = 300