-
Notifications
You must be signed in to change notification settings - Fork 80
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
Failed to unpack inbound alert request #24
Comments
Are you sure the alert manager is actually sending the alert webhooks to
this software?
Those logs you provided look like they are just health checks, presumably
from k8s
…On Thu, 12 Aug 2021, 20:50 acmodeu, ***@***.***> wrote:
I want to send some alerts from external exporter via kubernetes
prometheus stack to discord. I see the alerts in the alertmanager but they
don't appear in discord channel and there are a lot of similar errors in
alertmanager-discord logs.
2021/08/12 19:46:39 10.200.129.205:9094 - [GET]
2021/08/12 19:46:39 Failed to unpack inbound alert request -
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALPK4WM2MEKBMHAEGEDJHDT4QQX5ANCNFSM5CCARETA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Yes. I'm sure, I set up discord as default receiver for all alerts but received all other kubernetes alerts except those external ones. I switched to telegram bot and received them right away. |
So, alertmanager webhooks come in as POST's so you should look for something like
in your logs, if you can't find them, webhooks are not directly landing on alertmanager-discord. |
Hi, When using into k8s, you may want to use readiness and liveness probes. |
I want to send some alerts from external exporter via kubernetes prometheus stack to discord. I see the alerts in the alertmanager but they don't appear in discord channel and there are a lot of similar errors in alertmanager-discord logs.
The text was updated successfully, but these errors were encountered: