Add entity details to telegram alerts

This commit is contained in:
Alfredo Cardigliano 2022-10-04 16:59:42 +02:00
parent a07c1c6680
commit 7553dd19c2

View file

@ -108,7 +108,7 @@ end
-- ##############################################
local function formatTelegramMessage(alert)
local msg = alert_utils.formatAlertNotification(alert, {nohtml=true, add_cr=false, no_bracket_around_date=true, emoji=true, nodate=true})
local msg = alert_utils.formatAlertNotification(alert, {nohtml=true, add_cr=false, no_bracket_around_date=true, emoji=true, nodate=true, show_entity=true})
return(msg)
end