Skip to content

Commit

Permalink
Fix Discord webhook payload (netdata#16257)
Browse files Browse the repository at this point in the history
(cherry picked from commit b549f59)
  • Loading branch information
luchaos authored and stelfrag committed Oct 25, 2023
1 parent a61c8ab commit 4adb550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health/notifications/alarm-notify.sh.in
Expand Up @@ -1786,7 +1786,7 @@ send_discord() {
"text": "${info}",
"fields": [
{
"title": "${chart}",
"title": "${chart}"
}
],
"thumb_url": "${image}",
Expand Down

0 comments on commit 4adb550

Please sign in to comment.