This message was deleted.
# general
s
This message was deleted.
p
@User do you have any insights on this?
v
Maybe Svix.com can help? It's open source too
👍 1
a
@User we should add more channels like email and webhook from UI. Till then you can add channel config in alertmanager to make this work https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/alertmanager.yml#L8
SigNoz uses the same alertmanager as Prometheus and thus all configuration at https://prometheus.io/docs/alerting/latest/configuration/ will be supported including email and webhook
restart signoz's alertmaanger after changing config by
docker-compose -f docker/clickhouse-setup/docker-compose.yaml restart alertmanager
p
@User 👆
r
Awesome, Thanks I wrote one small program to transform the slack payload to the format that I needed. But it makes sense just to use alert manager itself.
🙌 2
p
cool stuff @User