setup full autodeployment for icingaweb with grafana

This commit is contained in:
2025-02-02 02:35:29 +01:00
parent 99858ab83d
commit 1e7e1f829c
5 changed files with 420 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: 1
datasources:
- name: $GRAFANA_DEFAULT_SOURCE_NAME
type: influxdb
uid: $GRAFANA_DEFAULT_SOURCE_UID
access: proxy
user: $GRAFANA_DEFAULT_SOURCE_USER
url: http://influxdb:8086
jsonData:
dbName: $GRAFANA_DEFAULT_SOURCE_DB
httpMode: GET
secureJsonData:
password: $GRAFANA_DEFAULT_SOURCE_PASS