Implement initial flow score support

This commit is contained in:
emanuele-f 2019-08-30 17:15:40 +02:00
parent d2fc1f3b0b
commit 2d02de6cc1
11 changed files with 169 additions and 7 deletions

View file

@ -207,6 +207,7 @@ end
function ts_dump.run_min_dump(_ifname, ifstats, iface_ts, config, when, verbose)
dumpTopTalkers(_ifname, ifstats, verbose)
scanAlerts("min", ifstats)
interface.checkFlowsScore()
local iface_rrd_creation_enabled = (ntop.getPref("ntopng.prefs.ifid_"..ifstats.id..".interface_rrd_creation") ~= "false")
and (ntop.getPref("ntopng.prefs.interface_rrd_creation") ~= "0")