Fix alert message format (#7969)

This commit is contained in:
Alfredo Cardigliano 2023-11-02 12:52:00 +01:00
parent e76f7e7f9e
commit bee2b6d838
5 changed files with 49 additions and 27 deletions

View file

@ -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)