microscaling / microbadger

What's inside your Docker containers?
Other
159 stars 17 forks source link

Slack Notifications #31

Closed charnjit1234 closed 6 years ago

charnjit1234 commented 6 years ago

Unable to send test notification to Slack, I added the webhook URL clicked 'Test' and it says 'Notification Sent' but nothing appears in the channel. I think this is due to the curl request as when I do it manually using the same web-hook URL it works. The curl request i used is: curl -X POST --data-urlencode "payload={\"text\":\"Hi, it's MicroBadger, sending you a test notification for alpine https://microbadger.com/images/alpine\",\"new_tags\":[],\"image_name\":\"alpine\",\"changed_tags\":[],\"deleted_tags\":[]}" https://hooks.slack.com/services/${WEBHOOK_URL}

rossf7 commented 6 years ago

Thanks for reporting this. The problem was the notifier component that sends the webhook notifications wasn't running. It was stopped during some emergency maintenance that was needed on our k8s cluster.

Its now running so this is fixed but please reopen if you still have problems with notifications. Sorry for any inconvenience caused.