From 178c7fc0c046e56cfdfd97ae1156bf64f2ec96af Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Fri, 22 Feb 2019 11:52:36 +0100 Subject: [PATCH] Remove unused script --- .../lua/modules/timeseries/schemas/ts_custom.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 scripts/lua/modules/timeseries/schemas/ts_custom.lua diff --git a/scripts/lua/modules/timeseries/schemas/ts_custom.lua b/scripts/lua/modules/timeseries/schemas/ts_custom.lua deleted file mode 100644 index 3b8c1aaaa5..0000000000 --- a/scripts/lua/modules/timeseries/schemas/ts_custom.lua +++ /dev/null @@ -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")