Creating Slack Alert Channel and PagerDuty Configuration
TLDRBipul found commented content related to creating a Slack alert channel and asks for similar configuration for PagerDuty. Assistance from Pranay is requested.
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'```
Bipul
Mon, 19 Jun 2023 06:26:19 UTC
Pranay Can you 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
Mon, 19 Jun 2023 06:26:01 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'```