Release alerts on idle hosts

This commit is contained in:
emanuele-f 2019-07-19 10:30:10 +02:00
parent e8a9ed34ab
commit 749a64e789
8 changed files with 128 additions and 89 deletions

View file

@ -109,6 +109,9 @@ local function formatAlertEntity(ifid, entity_type, entity_value)
end
end
-- TODO: should this be global?
alert_consts.formatAlertEntity = formatAlertEntity
-- ##############################################
local function formatThresholdCross(ifid, alert, threshold_info)