Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gogorichie/simple-pi-stats-dashboard
Just a simple Grafana dashboard for monitoring your RaspberryPi devices
https://github.com/gogorichie/simple-pi-stats-dashboard
dashboard grafana grafana-dashboard influxdb monitoring performance-monitoring raspberry-pi telegraf
Last synced: about 2 hours ago
JSON representation
Just a simple Grafana dashboard for monitoring your RaspberryPi devices
- Host: GitHub
- URL: https://github.com/gogorichie/simple-pi-stats-dashboard
- Owner: gogorichie
- License: unlicense
- Created: 2020-08-23T21:31:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T03:50:32.000Z (3 months ago)
- Last Synced: 2024-08-19T04:38:11.786Z (3 months ago)
- Topics: dashboard, grafana, grafana-dashboard, influxdb, monitoring, performance-monitoring, raspberry-pi, telegraf
- Homepage: https://grafana.com/grafana/dashboards/12883
- Size: 238 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimplePi Stats
![screenshot](https://github.com/gogorichie/Simple-Pi-Stats-Dashboard/blob/master/Dashboard.jpg)
This is a quick and easy to understand dashboard for monitoring the performance of your Raspberry Pi devices.
## Dependencies:
* [GRAFANA](https://grafana.com/)
* GRAPH
* [INFLUXDB](https://www.influxdata.com/products/influxdb-overview/)
* SINGLESTAT## Collector:
* [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/)###############################################################################
# INPUT PLUGINS #
###############################################################################
[[inputs.net]]
[[inputs.netstat]]
[[inputs.disk]]
[[inputs.cpu]]
percpu = true
totalcpu = true
collect_cpu_time = false
report_active = false
[[inputs.diskio]]
[[inputs.kernel]]
[[inputs.mem]]
[[inputs.processes]]
[[inputs.swap]]
[[inputs.system]]
[[inputs.internal]]
[[inputs.interrupts]]
cpu_as_tag = true
[[inputs.linux_sysctl_fs]]![GitHub last commit](https://img.shields.io/github/last-commit/gogorichie/Simple-Pi-Stats-Dashboard?style=for-the-badge)
[![GitHub](https://img.shields.io/github/license/gogorichie/Simple-Pi-Stats-Dashboard?style=for-the-badge)](LICENCE)