-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
**Configured alertmanager.yml
route:
receiver: 'email'
group_by: ['alertname']
group_wait: 30s
group_interval: 5m
repeat_interval: 3h
routes:
- match:
service: fme-server
receiver: 'custom-email'
- match:
service: fme-server
receiver: 'webhook2'
# - match:
# service: fme-server
#receiver: 'email'
#- match:
# service: node-exporter
#receiver: 'email'
receivers:
- name: 'webhook2'
webhook_configs:- send_resolved: true
http_config: {}
url: 'http://localhost:8031/api/monitoring-alerts'
max_alerts: 5
- send_resolved: true
**
Correct configured Webhook, like in Grafa UI
What did you see instead? Under which circumstances?
All other parameters are loaded but not the URL
**
Environment
-
System information:
insert output of
uname -srmhere -
Alertmanager version:
insert output of
alertmanager --versionhere (repeat for each alertmanager
version in your cluster, if relevant to the issue) -
Prometheus version:
insert output of
prometheus --versionhere (repeat for each prometheus
version in your cluster, if relevant to the issue) -
Alertmanager configuration file:
alertmanager, version 0.24.0 (branch: HEAD, revision: f484b17fa3c583ed1b2c8bbcec20ba1db2aa5f11)
build user: root@265f14f5c6fc
build date: 20220325-09:31:33
go version: go1.17.8
platform: linux/amd64
- Prometheus configuration file:
prometheus, version 2.47.0 (branch: HEAD, revision: efa34a5840661c29c2e362efa76bc3a70dccb335)
build user: root@409eb5e6b30c
build date: 20230906-10:20:07
go version: go1.21.0
platform: linux/amd64
tags: netgo,builtinassets,stringlabels
- Logs:
nothing logged by Alermanager, even in debug mode
Metadata
Metadata
Assignees
Labels
No labels