mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added comments in the discord endpoint and removed dead code
Commentede dead code in example nd syslog alert endpoints
This commit is contained in:
parent
227e6531ab
commit
2893167b51
6 changed files with 25 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue