mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Add tracing of rest set calls
This commit is contained in:
parent
d8481b5b06
commit
628bdd8994
5 changed files with 30 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ local format_utils = require("format_utils")
|
|||
local os_utils = require "os_utils"
|
||||
local host_pools_nedge = require "host_pools_nedge"
|
||||
local rest_utils = require("rest_utils")
|
||||
local tracker = require("tracker")
|
||||
|
||||
--
|
||||
-- Import host pools configuration
|
||||
|
|
@ -69,4 +70,7 @@ end
|
|||
|
||||
-- ################################################
|
||||
|
||||
-- TRACKER HOOK
|
||||
tracker.log('set_pool_config', {})
|
||||
|
||||
print(rest_utils.rc(rest_utils.consts_ok))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue