Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Discord webhook payload #16257

Merged
merged 1 commit into from Oct 22, 2023
Merged

Fix Discord webhook payload #16257

merged 1 commit into from Oct 22, 2023

Conversation

luchaos
Copy link
Contributor

@luchaos luchaos commented Oct 22, 2023

Summary

Removes a trailing comma to make the Discord/Slack payload valid JSON.
Otherwise the Discord notification is not sent.

Test Plan

https://learn.netdata.cloud/docs/alerting/notifications/agent-dispatched-notifications/discord#test-notification

Additional Information

Fixes #16256

For users: How does this change affect me? Discord notifications should be sent again.

@CLAassistant
Copy link

CLAassistant commented Oct 22, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@thiagoftsm thiagoftsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @luchaos !

@thiagoftsm thiagoftsm merged commit b549f59 into netdata:master Oct 22, 2023
147 checks passed
@luchaos luchaos deleted the patch-1 branch October 22, 2023 22:10
stelfrag pushed a commit to stelfrag/netdata that referenced this pull request Oct 25, 2023
@stelfrag stelfrag mentioned this pull request Oct 25, 2023
tkatsoulas pushed a commit that referenced this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Discord alert notifications not being sent because of invalid JSON payload
4 participants