mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 20:46:19 +00:00
Remove unused script
This commit is contained in:
parent
5089e4dabe
commit
178c7fc0c0
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
--
|
||||
-- (C) 2018 - ntop.org
|
||||
--
|
||||
|
||||
local ts_utils = require "ts_utils_core"
|
||||
local schema
|
||||
|
||||
-------------------------------------------------------
|
||||
-- HOST vs HOST SCHEMAS
|
||||
-------------------------------------------------------
|
||||
|
||||
schema = ts_utils.newSchema("host_vs_host:traffic", {step=60, metrics_type=ts_utils.metrics.counter})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host1")
|
||||
schema:addTag("host2")
|
||||
schema:addMetric("bytes")
|
||||
Loading…
Add table
Add a link
Reference in a new issue