ntopng/scripts/callbacks
Simone Mainardi 95a4618c17 Fixes alert scan that was causing possible issues in periodic scripts
Method scanAlerts was called inside a loop over the interfaces in minute.lua.
Since scanAlerts was looping over the interfaces as well, this was causing
interfaces to be deselected from the outer loop.

This commit fixes the issues by forcing scanAlerts to receive an input interface.

Fixes #582
2016-06-04 18:22:13 +02:00
..
daily.lua Fixes alert scan that was causing possible issues in periodic scripts 2016-06-04 18:22:13 +02:00
hourly.lua Fixes alert scan that was causing possible issues in periodic scripts 2016-06-04 18:22:13 +02:00
minute.lua Fixes alert scan that was causing possible issues in periodic scripts 2016-06-04 18:22:13 +02:00
second.lua Fixed inter-arrival time in flows 2016-04-19 11:06:39 +02:00