mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- add missing document start (---) to contact-points.yml and docker-compose files - fix extra spaces inside braces in dotfiles and common role tasks
24 lines
584 B
YAML
24 lines
584 B
YAML
---
|
|
apiVersion: 1
|
|
|
|
# Contact points — defines where alerts are sent.
|
|
# PagerDuty key is managed via Grafana UI / environment variable; do not commit secrets here.
|
|
|
|
contactPoints:
|
|
- orgId: 1
|
|
name: PagerDuty
|
|
receivers:
|
|
- uid: bf0ukmhpefshsc
|
|
type: pagerduty
|
|
settings:
|
|
integrationKey: "{{ grafana_pagerduty_integration_key }}"
|
|
disableResolveMessage: false
|
|
|
|
- orgId: 1
|
|
name: email
|
|
receivers:
|
|
- uid: email-receiver
|
|
type: email
|
|
settings:
|
|
addresses: pez@pez.sh
|
|
disableResolveMessage: false
|