2022-07-21 22:54:05 +00:00
|
|
|
---
|
2023-03-24 18:24:36 +00:00
|
|
|
{{ with nomadVar "nomad/jobs/grafana" -}}
|
2022-07-25 22:49:29 +00:00
|
|
|
notifiers:
|
2022-07-21 22:54:05 +00:00
|
|
|
- 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 }}"
|
2022-07-21 22:54:05 +00:00
|
|
|
{{ end -}}
|