Configuring Alertmanager for Slack Alerts and PagerDuty

TLDR Bipul asks if the provided commented content in helm chart is for creating Slack alert channels and how to find a similar configuration for PagerDuty.

Photo of Bipul
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'```

Photo of Bipul
Bipul
Fri, 16 Jun 2023 18:54:49 UTC

<@4K1440>. Can you help on this?

Photo of Bipul
Bipul
Mon, 19 Jun 2023 06:19:14 UTC

@here can anyone help on this?