We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f8614 commit 0067812Copy full SHA for 0067812
docs/Containers/Grafana.md
@@ -15,6 +15,15 @@ The default *~/IOTstack/services/grafana/grafana.env* contains this line:
15
16
Uncomment that line and change the right hand side to [your own timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
17
18
+## Adding InfluxDB datasource
19
+
20
+Select Data Sources -> Add data source -> InfluxDB.
21
22
+Set options:
23
+* HTTP / URL: `http://influxdb:8086`
24
+* InfluxDB Details / Database: `telegraf`
25
+* InfluxDB Details / User: `nodered`
26
+* InfluxDB Details / Password: `nodered`
27
28
## Security
29
0 commit comments