Skip to content

bensternthal/grafana-influxdb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rename .env.dist to .env, populate with correct values.

  1. Go to url and create admin
  2. Create tfws user for writing data.

Usernames and passwords below are just examples.

Grafana Configuration

  1. Add data source
  2. See screenshot of example settings.

InfluxDb Configuration TFWS

  1. Go to url and create admin!
  2. CREATE DATABASE "highgarden"
  3. CREATE USER tfws WITH PASSWORD 'tfws'
  4. GRANT ALL ON highgarden TO tfws

InfluxDb Configuration Nest

  1. CREATE USER nest' WITH PASSWORD 'nest'
  2. GRANT ALL ON highgarden TO nest

Import Dashboard

  1. Import from json file located in /docs, note your db name is probably not 'highgarden' so ymmv :)

About

Dockerized grafana & influxdb, customized for my needs :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published