Remove unused script

This commit is contained in:
emanuele-f 2019-02-22 11:52:36 +01:00
parent 5089e4dabe
commit 178c7fc0c0

View file

@ -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")