update some informations after create full stack
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user