ntopng/scripts/callbacks/interface
emanuele-f df0556cb87 Optimize flow alerts generation
This provides a ~10x speedup by performing the JSON serialization work in C
(and thus avoiding Lua->C overhead). This also implements two in-memory alerts
queues (one for sqlite and one for the notifications) in order to reduce Redis load.
Alerts queue are now global instead of per-interface as there is only 1 dequeing thread.
2019-11-14 11:54:13 +01:00
..
flow Implements bi- and mono-directional flow callbacks filter 2019-11-13 18:14:49 +01:00
host/alerts Remove redundant script key 2019-10-31 18:24:58 +01:00
interface/alerts Remove redundant script key 2019-10-31 18:24:58 +01:00
network/alerts Remove redundant script key 2019-10-31 18:24:58 +01:00
5min.lua Support for 5-min timeseries resolution in InfluxDB 2019-10-15 15:06:20 +02:00
daily.lua Disk space reclaim and defrag of alerts db 2019-10-17 12:12:28 +02:00
flow.lua Optimize flow alerts generation 2019-11-14 11:54:13 +01:00
host.lua Migrate alertable disabled alerts preference to lua 2019-11-05 14:59:38 +01:00
hourly.lua Users scripts api changes and initial documentation 2019-10-09 15:12:28 +02:00
ht_state_update.lua Implements lua interpreters telemetry 2019-10-28 23:47:03 +01:00
interface.lua Migrate alertable disabled alerts preference to lua 2019-11-05 14:59:38 +01:00
minute.lua Support for 5-min timeseries resolution in InfluxDB 2019-10-15 15:06:20 +02:00
network.lua Migrate alertable disabled alerts preference to lua 2019-11-05 14:59:38 +01:00
stats_update.lua Implements lua interpreters telemetry 2019-10-28 23:47:03 +01:00