mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 14:46:41 +00:00
feat: add alertmanager to grafana datasources
This commit is contained in:
parent
157f36645b
commit
b8db5d4738
1 changed files with 10 additions and 0 deletions
|
@ -78,6 +78,16 @@ datasources:
|
|||
type: loki
|
||||
access: proxy
|
||||
url: http://loki-gateway:80
|
||||
- name: Alertmanager
|
||||
type: alertmanager
|
||||
url: http://kube-prometheus-stack-alertmanager.monitoring:9093
|
||||
editable: true
|
||||
access: proxy
|
||||
version: 2
|
||||
jsonData:
|
||||
implementation: prometheus
|
||||
# Whether or not Grafana should send alert instances to this Alertmanager
|
||||
handleGrafanaManagedAlerts: false
|
||||
dashboards:
|
||||
default:
|
||||
minio:
|
||||
|
|
Loading…
Reference in a new issue