alertmanager-bot icon indicating copy to clipboard operation
alertmanager-bot copied to clipboard

Discord Support

Open Just-Insane opened this issue 5 years ago • 0 comments

Per the discussion here: https://github.com/prometheus/alertmanager/issues/1365 it would be nice to add support for Discord.

To start, it would be nice to have Discord notifications of alerts, commands can be added later.

I've never worked with Go before, but it looks like everything should be self-contained, I would just need to add a pkg/Discord folder like there is a pkg/telegram folder, with the Discord bot configuration?

It looks like cmd/alertmanager-bot/main.go might need to be updated as well.

Just-Insane avatar Sep 08 '19 17:09 Just-Insane