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