8000 GitHub - mt5225/pvdive
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mt5225/pvdive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to run

start docker

docker run -d \
  --name docker-influxdb-grafana \
  -p 3003:3003 \
  -p 3004:8083 \
  -p 8086:8086 \
  -v influxdb:/var/lib/influxdb \
  -v grafana:/var/lib/grafana \
  philhawthorne/docker-influxdb-grafana:latest

import dashboard into grafana

  • find dashboard export files under dashboards folder
  • login into grafana at port 3003, referring philhawthorne/docker-influxdb-grafana:latest

install python dependencies

pip3 install -r requirements.txt

fetch data

python ./main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0