mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix alert message format (#7969)
This commit is contained in:
parent
e76f7e7f9e
commit
bee2b6d838
5 changed files with 49 additions and 27 deletions
|
|
@ -1043,11 +1043,10 @@ end
|
|||
|
||||
-- **********************************************************
|
||||
|
||||
-- Function to send notification after periodicity scan
|
||||
-- @param is periodic (true -> is a periodic scan message, false -> is an all scan message)
|
||||
-- Function to send notification after a periodic scan
|
||||
-- @param is_periodic (true -> is a periodic scan message, false -> is an all scan message)
|
||||
-- @param periodicity (can be nil in case of scan all)
|
||||
function vs_utils.notify_end_periodicity_or_all_scan(is_periodic, periodicity)
|
||||
|
||||
local notification_message = ""
|
||||
|
||||
local info_redis_key = get_counter_periodic_all_scan_keys(is_periodic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue