Skip to content

meta-n4vn33t/raspberry-metrics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry metrics

Expose raspberry PI metrics using Grafana and Prometheus:

Example

About

Visualise your Raspberry PI metrics. Very easy installation - requires single command. Supports multiple Raspberries.

This project contains Ansible playbook which installs four services on Raspberry:

Scheme

Prerequisites

How to install

Ansible is required for installation.

If you don't have Ansible installed, see Ansible installation.

1. Configure Raspberry IP address

Checkout project.

Edit file ansible/hosts and set Raspberry IP address in main-raspberry group.

If you have more than one Raspberry PI, configure additional Raspberry PI addresses in additional-raspberries group.

Here is the example:

IP_config

The "main" Raspberry will have all 4 services installed (Prometheus, Node exporter, rpi_exporter and Grafana), and the "additional Raspberries" will have Node exporter and rpi_exporter service installed.

The main Raspberry will collect metrics from all additional Raspberries (if configured), so they must be accessible from the main Raspberry.

2. Run ansible playbook

Run Ansible playbook with password authentication:

    cd ansible/
    ansible-playbook raspberry.yml -i hosts -u pi -D -k -K

Or run Ansible playbook with SSH keys authentication:

    cd ansible/
    ansible-playbook raspberry.yml -i hosts -u pi -D

3. Check metrics

Dashboard

  • If you have more than one Raspberry configured, you can select another Raspberry using instance dropdown:

Instance

About

Expose Raspberry PI metrics using Prometheus and Grafana. Install with single command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.5%
  • Shell 18.5%