mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
provision alertmanager and manage prom alerts (#48475)
This commit is contained in:
parent
d7c16e06d2
commit
54acec69a3
@ -30,12 +30,21 @@ datasources:
|
||||
jsonData:
|
||||
graphiteVersion: "0.9"
|
||||
|
||||
- name: gdev-alertmanager
|
||||
type: alertmanager
|
||||
uid: gdev-alertmanager
|
||||
access: proxy
|
||||
url: http://localhost:9093
|
||||
jsonData:
|
||||
implementation: prometheus
|
||||
|
||||
- name: gdev-prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://localhost:9090
|
||||
jsonData:
|
||||
manageAlerts: false
|
||||
manageAlerts: true
|
||||
alertmanagerUid: gdev-alertmanager
|
||||
|
||||
- name: gdev-slow-prometheus
|
||||
type: prometheus
|
||||
|
Loading…
Reference in New Issue
Block a user