Skip to content

URL alermanager webhook not loaded from alertmanager-yml #3630

@GeluConstantin

Description

@GeluConstantin

**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:

**

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 -srm here

  • Alertmanager version:

    insert output of alertmanager --version here (repeat for each alertmanager
    version in your cluster, if relevant to the issue)

  • Prometheus version:

    insert output of prometheus --version here (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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions