mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add entity details to telegram alerts
This commit is contained in:
parent
a07c1c6680
commit
7553dd19c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue