Re: [prometheus-users] Alertmanager Config File For Cluster HA

2024-04-01 Thread 'Matthew Ellquist' via Prometheus Users
Ben, I appreciate the quick and detailed response! Thanks, Matt Ellquist Systems Administrator | Information Technology Systems & Services | itss.d.umn.edu University of Minnesota Duluth | d.umn.edu mell...@d.umn.edu | 218.726.8824 On Mon, Apr 1, 2024 at 2:42 AM Ben Kochie wrote: > No, the

Re: [prometheus-users] Alertmanager Config File For Cluster HA

2024-04-01 Thread Ben Kochie
No, the Prometheus design is that anything in the config file needs to be dynamic / runtime (SIGHUP) changeable. Things that are only possible to set at startup are handled by flags. This allows for easy differentiation between static and dynamic options. The listen addresses are currently only

[prometheus-users] Alertmanager Config File For Cluster HA

2024-04-01 Thread 'Matthew Ellquist' via Prometheus Users
Greetings, Is it possible to specify the listen and advertise addresses in the alertmanager.yml file? Thanks, Matt -- 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

Re: [prometheus-users] Alertmanager config

2022-11-16 Thread Julius Volz
Hi, The YAML syntax for that details portion should be: details: mykey1: myvalue1 mykey2: myvalue2 ...and the default value (as indicated by your config docs snippet) would be fully written out like this: details: resolved: '{{ template "pagerduty.default.instances" .Alerts.Resolved

[prometheus-users] Alertmanager config

2022-11-14 Thread David Heinz
Would anyone happen to have a sample Alertmanager.yml that includes the arbitrary key values here: [ details: { : , ... } | default = { firing: '{{ template "pagerduty.default.instances" .Alerts.Firing }}' resolved: '{{ template "pagerduty.default.instances" .Alerts.Resolved }}'

Re: [prometheus-users] Alertmanager config issue - notification config name "..." is not unique

2020-12-16 Thread L.walid (PowerM)
Hi, Can you paste the whole alert config file Sent from my iPhone > On Dec 16, 2020, at 11:29 AM, dc3o wrote: > > FAILED: notification config name -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop

[prometheus-users] Alertmanager config issue - notification config name "..." is not unique

2020-12-16 Thread dc3o
I'm trying to set receivers section in alertmanager.yaml like this: *- name: alerta* * webhook_configs:* * - url: https://alerta/api/webhooks/prometheus* *send_resolved: true* * slack_configs:* * - api_url: https://hooks.slack.com/abc123 * *channel: "#DC30-info"* *- name: slack* *