mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added tracker.log(), tracking host_get_json
This commit is contained in:
parent
9f756fa23f
commit
a087fb3bc9
5 changed files with 43 additions and 29 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
local dirs = ntop.getDirs()
|
||||
|
||||
local tracker = require "tracker"
|
||||
|
||||
local os_utils = {}
|
||||
local NTOPCTL_CMD = "sudo ntopctl"
|
||||
local NTOPNG_CONFIG_TOOL = "/usr/bin/ntopng-utils-manage-config"
|
||||
|
|
@ -167,7 +169,6 @@ end
|
|||
|
||||
-- TRACKER HOOK
|
||||
|
||||
local tracker = require "tracker"
|
||||
tracker.track(os_utils, 'enableService')
|
||||
tracker.track(os_utils, 'disableService')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue