Skip to content

teemow/prometheus-raspberry-exporter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Raspberry exporter

Export raspberry pi information to prometheus.

Dependencies

  • Prometheus (obviously)
  • Node Exporter with textfile collector

Install

Copy raspberry_exporter to /usr/local/bin.

Copy the systemd units to /etc/systemd/system and run

systemctl enable prometheus-raspberry-exporter.timer
systemctl start prometheus-raspberry-exporter.timer

Configure your node exporter

Make sure your node exporter uses textfile in --collectors.enabled and add the following parameter: --collector.textfile.directory=/var/lib/node_exporter/textfile_collector

Example queries

CPU_Temperature{job="node"}
Freq_arm{job="node"}
Volt_core{job="node"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages