Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)