Skip to content

Commit 1535068

Browse files
committed
Add instructions for influxdb datasource
Using localhost in the url doesn't work, so took me a while to figure out the correct URL.
1 parent 3b20530 commit 1535068

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/Containers/Grafana.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ The default *~/IOTstack/services/grafana/grafana.env* contains this line:
1515

1616
Uncomment that line and change the right hand side to [your own timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
1717

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`
1827

1928
## Security
2029

0 commit comments

Comments
 (0)