Skip to content

milebdo/rpi_exporter

 
 

Repository files navigation

lukasmalkmus/rpi_exporter

A Raspberry Pi CPU temperature exporter. - by Lukas Malkmus

Travis Status Coverage Status Go Report Latest Release License Docker


Table of Contents

  1. Introduction
  2. Usage
  3. Contributing
  4. License

Introduction

The rpi_exporter is a simple server that scrapes the Raspberry Pi's CPU temperature and exports it via HTTP for Prometheus consumption.

Usage

Installation

The easiest way to run the rpi_exporter is by grabbing the latest binary from the release page.

Building from source

This project uses dep for vendoring.

mkdir -p $GOPATH/src/github.com/lukasmalkmus/rpi_exporter
git clone https://github.com/lukasmalkmus/rpi_exporter.git $GOPATH/src/github.com/lukasmalkmus/rpi_exporter
cd $GOPATH/src/github.com/lukasmalkmus/rpi_exporter
go build
# or promu build

Using the application

./rpi_exporter [flags]

Help on flags:

./rpi_exporter --help

Docker images

Thanks to Carlos Eduardo docker images are now available for this exporter! Checkout DockerHub!

Contributing

Feel free to submit PRs or to fill Issues. Every kind of help is appreciated.

License

© Lukas Malkmus, 2018

Distributed under Apache License (Apache License, Version 2.0).

See LICENSE for more information.

About

A Raspberry Pi CPU temperature exporter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.1%
  • Makefile 9.9%