Skip to content

EasyPi/docker-dashboard-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-dashboard-arm

Build Status

📊 Dashboard with Docker Containers on RaspberryPi

How It Works

Quickstart

$ git clone https://github.com/EasyPi/docker-dashboard-arm.git
$ cd docker-dashboard-arm/fig/
$ tree -F -P '*.yml'
.
├── grafana/
│   └── docker-compose.yml
├── influxdb/
│   └── docker-compose.yml
├── statsd/
│   └── docker-compose.yml
└── telegraf/
    └── docker-compose.yml

$ cd influxdb/
$ docker-compose up -d

$ cd ../telegraf/
$ docker-compose run --rm telegraf -sample-config > telegraf.conf
$ vim telegraf.conf
$ docker-compose up -d

$ cd ../grafana/
$ docker-compose up -d

Screenshot

Administration

If you want to delete old data (>30d), please run this InfluxDB query:

ALTER RETENTION POLICY default ON telegraf DURATION 30d DEFAULT

About

📊 Dashboard with Docker Containers on RaspberryPi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published