homelab-nomad/core/grafana/provisioning/notifiers/main.yml

12 lines
224 B
YAML
Raw Normal View History

---
2023-03-24 18:24:36 +00:00
{{ with nomadVar "nomad/jobs/grafana" -}}
2022-07-25 22:49:29 +00:00
notifiers:
- name: Personal email
type: email
uid: email-1
org_id: 1
is_default: false
settings:
2023-03-24 18:24:36 +00:00
addresses: "{{ .alert_email_addresses }}"
{{ end -}}