mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Removed behavior maps timeseries
This commit is contained in:
parent
b8a6ae3f90
commit
824c2c9db8
3 changed files with 1 additions and 26 deletions
|
|
@ -568,18 +568,6 @@ schema:addMetric("num_rem_hosts_anom")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
if ntop.isEnterpriseL() then
|
||||
schema = ts_utils.newSchema("iface:behavioural_maps", {
|
||||
step = 60,
|
||||
metrics_type = ts_utils.metrics.gauge
|
||||
})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("period_map_entries")
|
||||
schema:addMetric("svc_map_entries")
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("am_host:val_min", {
|
||||
step = 60,
|
||||
metrics_type = ts_utils.metrics.gauge,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue