mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes missing schema error
This commit is contained in:
parent
6e5e88086d
commit
8200640957
2 changed files with 3 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ function ts_dump.iface_update_general_stats(when, ifstats, verbose)
|
|||
end
|
||||
|
||||
-- Score Behaviour
|
||||
ts_utils.append("iface:score_behavior", {
|
||||
ts_utils.append("iface:score_behavior_v2", {
|
||||
ifid = ifstats.id,
|
||||
value = ifstats["score_behavior"]["value"],
|
||||
lower_bound = ifstats["score_behavior"]["lower_bound"],
|
||||
|
|
@ -260,7 +260,7 @@ function ts_dump.iface_update_general_stats(when, ifstats, verbose)
|
|||
anomaly = 1
|
||||
end
|
||||
|
||||
ts_utils.append("iface:score_anomalies", {
|
||||
ts_utils.append("iface:score_anomalies_v2", {
|
||||
ifid = ifstats.id,
|
||||
anomaly = anomaly
|
||||
}, when)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue