Setup monitoring system [Grafana+Prometheus] in RaspberryPi (Part1)
On this post I will explain how I set up a Grafana + Prometheus into a RaspberryPi with Raspbian. Here itโs a little design where explains how it is the implementation I did: ๐ต Server: RaspberryPi 3B+ Services to install(server side): Grafana Prometheus (Metric collector and database) Node Exporter (collector worker) ๐ข Clients: Raspberrypi Zero Fedora Workstation Debian VPS Services to install(client side): Node Exporter (collector worker). ๐ต Lets start from the server side. ...