Configuring Alertmanager for Slack Alerts and PagerDuty
TLDRBipul asks if the provided commented content in helm chart is for creating Slack alert channels and how to find a similar configuration for PagerDuty.
Bipul
Fri, 16 Jun 2023 07:05:24 UTC
the helm chart's part for alertmanager has the below commented content
is this for creating slack alert channel? If yes where can i get the configuration similar to this for Pagerduty?
``` ## Using the config, alertmanager.yml file is created.
## We no longer need the config file as query services
## delivers the required config.
# config:
# global:
# resolve_timeout: 1m
# slack_api_url: ''
# templates:
# - '/etc/alertmanager/*.tmpl'
# receivers:
# - name: 'slack-notifications'
# slack_configs:
# - channel: '#alerts'
# send_resolved: true
# icon_url:
# title: '{{ template "slack.title" . }}'
# text: '{{ template "slack.text" . }}'
# route:
# receiver: 'slack-notifications'```
Bipul
Fri, 16 Jun 2023 18:54:49 UTC
<@4K1440>. Can you help on this?
Bipul
Mon, 19 Jun 2023 06:19:14 UTC
@here can anyone help on this?
SigNoz Community
Indexed 1060 threads
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Bipul
Fri, 16 Jun 2023 07:05:24 UTCthe helm chart's part for alertmanager has the below commented content is this for creating slack alert channel? If yes where can i get the configuration similar to this for Pagerduty? ``` ## Using the config, alertmanager.yml file is created. ## We no longer need the config file as query services ## delivers the required config. # config: # global: # resolve_timeout: 1m # slack_api_url: ''
# templates:
# - '/etc/alertmanager/*.tmpl'
# receivers:
# - name: 'slack-notifications'
# slack_configs:
# - channel: '#alerts'
# send_resolved: true
# icon_url:
# title: '{{ template "slack.title" . }}'
# text: '{{ template "slack.text" . }}'
# route:
# receiver: 'slack-notifications'```