mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Initial tracker module
This commit is contained in:
parent
186ba99de2
commit
51af9ea40c
3 changed files with 86 additions and 26 deletions
|
|
@ -165,5 +165,15 @@ end
|
|||
|
||||
-- ########################################################
|
||||
|
||||
-- TRACKER HOOK
|
||||
|
||||
local tracker = require "tracker"
|
||||
tracker.track(os_utils, 'stopService')
|
||||
tracker.track(os_utils, 'restartService')
|
||||
tracker.track(os_utils, 'enableService')
|
||||
tracker.track(os_utils, 'disableService')
|
||||
|
||||
-- ########################################################
|
||||
|
||||
return os_utils
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue