Skip to content

Commit 0a4012f

Browse files
committed
Grafana instructions for adding influxdb datasource
Using localhost in the url doesn't work, so took me a while to figure out the correct URL.
1 parent dc9df51 commit 0a4012f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Containers/Grafana.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ 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+
24+
* HTTP / URL: `http://influxdb:8086`
25+
* InfluxDB Details / Database: `telegraf`
26+
* InfluxDB Details / User: `nodered`
27+
* InfluxDB Details / Password: `nodered`
1828

1929
## Security
2030

0 commit comments

Comments
 (0)