11 lines
255 B
YAML
11 lines
255 B
YAML
# /etc/grafana/provisioning/notifiers/contact-points.yml
|
|
apiVersion: 1
|
|
|
|
contactPoints:
|
|
- orgId: 1
|
|
name: telegram
|
|
type: telegram
|
|
settings:
|
|
bottoken: "__YOUR_BOT_TOKEN__"
|
|
chatid: "__YOUR_CHAT_ID__"
|
|
disableResolveMessage: false
|