mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-31 23:53:08 +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
|
type: loki
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://loki-gateway:80
|
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:
|
dashboards:
|
||||||
default:
|
default:
|
||||||
minio:
|
minio:
|
||||||
|
|
Loading…
Reference in a new issue