Creating Slack Alert Channel and PagerDuty Configuration

TLDR Bipul found commented content related to creating a Slack alert channel and asks for similar configuration for PagerDuty. Assistance from Pranay is requested.

Photo of Bipul
Bipul
Mon, 19 Jun 2023 06:26:01 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
Mon, 19 Jun 2023 06:26:19 UTC

Pranay Can you help on this?