Доброго дня!
Есть необходимость сделать provisioning для alert в графане. Например, готовый Contact points для телеграмма. В доке немного указано про notifiers/...yml
Взял из примера
notifiers/notifiers.yml
notifiers:
- name: notification-channel-1
type: slack
uid: notifier1
# or
org_name: Main Org.
is_default: true
send_reminder: true
frequency: 1h
disable_resolve_message: false
# See `Supported Settings` section for settings supported for each
# alert notification type.
settings:
recipient: 'XXX'
uploadImage: true
token: 'xoxb' # legacy setting since Grafana v7.2 (stored non-encrypted)
url: https://slack.com # legacy setting since Grafana v7.2 (stored non-encrypted)
# Secure settings that will be encrypted in the database (supported since Grafana v7.2). See `Supported Settings` section for secure settings supported for each notifier.
secure_settings:
token: 'xoxb'
url: https://slack.com
Прокидывал через volumes в docker-compose, но не подхватывается, остаётся только стандартный grafana-default-email
Как можно импортировать заранее подготовленные contact points?
Заранее спасибо?