benjojo / alertmanager-discord

Take your alertmanager alerts, into discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lertmanager with helm kube-prometheus-stack

Regis-Loyaute opened this issue · comments

commented

hello i'm trying to use your discord bridge with a helm kube-prometheus-stack, without success:

here is my alertmanager config, the alertmanager-discord-bridge ip address is http://10.100.1.6:9094/

alertmanager:
fullnameOverride: alertmanager
enabled: true
ingress:
enabled: false
config:
global:
resolve_timeout: 5m
route:
group_by: ["alertname"]
group_wait: 20s
group_interval: 5m
repeat_interval: 3h
receiver: "discord_webhook"
receivers:

  • name: "discord_webhook"
    webhook_configs:
  • url: "10.100.1.6:9094"
commented

Managed to get it work with a direct discord webhook