global: resolve_timeout: 1d route: receiver: webhook group_by: ['...'] group_wait: 0s group_interval: 10s receivers: - name: "webhook" webhook_configs: - url: http://nginx:8082/v1/alerts
By default Alertmanager will wait 30s before sending the notification
(that's the group_wait parameter).
Can you be more specific about the issue you're seeing?
On Tue, Feb 11, 2020 at 5:54 AM Kiran Ali <kira...@wanclouds.net> wrote:
>
> I'm using alertmanager v0.19.0 and my alertmanager configs are:
>
> global:
> resolve_timeout: 1d
> route:
> receiver: webhook
> receivers:
> - name: "webhook"
> webhook_configs:
> - url: http://ip/v1/alerts
> send_resolved: true
>
> Alerts are generated on time from Prometheus and forwarded to alertmaanger. As soon as alertmanager receives alerts it should forward it to webhook but there is no proper time when alertmaanger will forward alerts to webhook. I was facing same issue with old alertmaanger version as well.
>
> --
> You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to promethe...@googlegroups.com.
By default Alertmanager will wait 30s before sending the notification
(that's the group_wait parameter).
Can you be more specific about the issue you're seeing?
On Tue, Feb 11, 2020 at 5:54 AM Kiran Ali <kira...@wanclouds.net> wrote:
>
> I'm using alertmanager v0.19.0 and my alertmanager configs are:
>
> global:
> resolve_timeout: 1d
> route:
> receiver: webhook
> receivers:
> - name: "webhook"
> webhook_configs:
> - url: http://ip/v1/alerts
> send_resolved: true
>
> Alerts are generated on time from Prometheus and forwarded to alertmaanger. As soon as alertmanager receives alerts it should forward it to webhook but there is no proper time when alertmaanger will forward alerts to webhook. I was facing same issue with old alertmaanger version as well.
>
> --
> You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to promethe...@googlegroups.com.