mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Rework system probes (now called system scripts)
This commit is contained in:
parent
322bae547c
commit
1d6d52b4ea
14 changed files with 212 additions and 136 deletions
|
|
@ -22,10 +22,10 @@ require "graph_utils"
|
|||
local ts_utils = require("ts_utils")
|
||||
local ts_common = require("ts_common")
|
||||
local json = require("dkjson")
|
||||
local system_probes = require("system_probes_utils")
|
||||
local system_scripts = require("system_scripts_utils")
|
||||
|
||||
-- Possibly load more timeseries schemas
|
||||
system_probes.getAdditionalTimeseries()
|
||||
system_scripts.getAdditionalTimeseries()
|
||||
|
||||
local ts_schema = _GET["ts_schema"]
|
||||
local query = _GET["ts_query"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue