GithubHelp home page GithubHelp logo

Comments (9)

crhuber avatar crhuber commented on May 22, 2024 19

Is anyone working on this? I think this is a pretty key feature to have

from alertmanager.

Vince-Cercury avatar Vince-Cercury commented on May 22, 2024 3

@stuartnelson3 do you know an example on how to configure webhook with SNS?

from alertmanager.

b3tyar avatar b3tyar commented on May 22, 2024 1

I have made a simple workaround, if anyone is interested.
It was my hello world in Go, so don't judge too hard.

https://github.com/b3tyar/snsgateway

from alertmanager.

juliusv avatar juliusv commented on May 22, 2024

/cc @GiantToast This nil-pointer crash probably got introduced due to this upstream change in the Go AWS library: aws/aws-sdk-go@1a69d06. Would you be up for looking into it since you added the SNS support?

from alertmanager.

GiantToast avatar GiantToast commented on May 22, 2024

Sorry just seeing this. After a quick glance at that Go AWS library change and the code I added, looks like a one line change. I don't have time right now to test it out, but I should be able to get that fixed tomorrow afternoon.

from alertmanager.

juliusv avatar juliusv commented on May 22, 2024

@GiantToast Any news on this?

from alertmanager.

GiantToast avatar GiantToast commented on May 22, 2024

Went to make the needed change, and everything has changed! All that was needed was to change
sns.New(nil) to sns.New(session.New())
but it looks like the SNS stuff got lost in the rewrite.

from alertmanager.

lhoss avatar lhoss commented on May 22, 2024

any update on this ?
we need SNS support soon in one of our prometheus deployments .

is there anything missing to make a PR with @GiantToast 's suggestion above ? ( #157 (comment) )

from alertmanager.

stuartnelson3 avatar stuartnelson3 commented on May 22, 2024

The recommendation is to create a webhook notifer, as we are not currently adding new notifiers.

from alertmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.