mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Remove extra header. Update producers test.
This commit is contained in:
parent
d304f02b91
commit
5034b3f942
3 changed files with 1 additions and 5 deletions
|
|
@ -17,12 +17,9 @@ local checks = require "checks"
|
|||
-- NOTE: in case of invalid login, no error is returned but redirected to login
|
||||
--
|
||||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
||||
local rc = rest_utils.consts.success.ok
|
||||
local res = {}
|
||||
|
||||
|
||||
local res = {};
|
||||
local syslog_plugins = checks.listScripts(checks.script_types.syslog, "syslog")
|
||||
for k, v in pairs(syslog_plugins) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue