You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if we want to send alerts to various Discord Channels, each Channel having it's own WebHook, we have to run multiple instances of alertmanager-discord.
It could be nice to have a YAML configuration file storing endpoints and WebHooks.
Hello,
if we want to send alerts to various Discord Channels, each Channel having it's own WebHook, we have to run multiple instances of
alertmanager-discord
.It could be nice to have a YAML configuration file storing endpoints and WebHooks.
For instance:
With
alertmanager-discord
having a routed endpoint onhttp://127.0.01:9094/channel1
andhttp://127.0.01:9094/channel2
.This would allow to send alerts to an infinite amount of channels with only one running daemon.
My Go is not top-nocht but I'm willing to try for a PR if there's any chance for it to be accepted.
The text was updated successfully, but these errors were encountered: