mirror of https://github.com/grafana/grafana.git
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