mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Comments
This commit is contained in:
parent
72ddef5b93
commit
8caed2a438
2 changed files with 8 additions and 1 deletions
|
|
@ -2539,7 +2539,8 @@ end
|
|||
-- ##############################################
|
||||
|
||||
-- Global function
|
||||
-- Check for alerts pushed by the datapath to an internal queue (from C).
|
||||
-- Check for alerts pushed by the datapath to an internal queue (from C)
|
||||
-- and store them (push them to the SQLite and Notification queues).
|
||||
-- NOTE: this is executed in a system VM, with no interfaces references
|
||||
function checkStoreAlertsFromC(deadline)
|
||||
if(not areAlertsEnabled()) then
|
||||
|
|
@ -2571,6 +2572,7 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
-- Check for alerts in the notification queue and process them.
|
||||
-- NOTE: this is executed in a system VM, with no interfaces references
|
||||
function processAlertNotifications(now, periodic_frequency, force_export)
|
||||
if(not areAlertsEnabled()) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue