update some informations after create full stack

This commit is contained in:
2025-02-02 19:30:34 +01:00
parent 09e50c5e36
commit 6ad0ed98d2
5 changed files with 39 additions and 47 deletions

View File

@@ -6,7 +6,8 @@ datasources:
uid: $GRAFANA_DEFAULT_SOURCE_UID
access: proxy
user: $GRAFANA_DEFAULT_SOURCE_USER
url: http://influxdb:8086
url: http://$GRAFANA_DEFAULT_SOURCE_HOST:$GRAFANA_DEFAULT_SOURCE_PORT
isDefault: true
jsonData:
dbName: $GRAFANA_DEFAULT_SOURCE_DB
httpMode: GET

View File

@@ -3,6 +3,7 @@
{
"name": "DS_ICINGA2",
"label": "Icinga2",
"value": "db_influxdb",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
@@ -80,7 +81,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "influxdb",
"datasource": "db_influxdb",
"fill": 1,
"id": 1,
"legend": {
@@ -302,6 +303,6 @@
},
"timezone": "",
"title": "icinga2-default",
"uid": "icinga-default",
"uid": "icinga2-default",
"version": 3
}