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:
|
jsonData:
|
||||||
graphiteVersion: "0.9"
|
graphiteVersion: "0.9"
|
||||||
|
|
||||||
|
- name: gdev-alertmanager
|
||||||
|
type: alertmanager
|
||||||
|
uid: gdev-alertmanager
|
||||||
|
access: proxy
|
||||||
|
url: http://localhost:9093
|
||||||
|
jsonData:
|
||||||
|
implementation: prometheus
|
||||||
|
|
||||||
- name: gdev-prometheus
|
- name: gdev-prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://localhost:9090
|
url: http://localhost:9090
|
||||||
jsonData:
|
jsonData:
|
||||||
manageAlerts: false
|
manageAlerts: true
|
||||||
|
alertmanagerUid: gdev-alertmanager
|
||||||
|
|
||||||
- name: gdev-slow-prometheus
|
- name: gdev-slow-prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
|
Loading…
Reference in New Issue
Block a user