sensors_exporter

command module
v0.0.0-...-1b570c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

README

sensors_exporter

Simple golang application that reads temperature/humidity from Arduino (via serial interface) and export them as Prometheus metrics.

                      +----------------------+
+--------------+      | +------------------+ |      +---------+
|              |      | |                  | |      |         |      +--------+
|  Prometheus  <--------+ sensors_exporter <--------+ Arduino <------+ DHT 22 |
|              |      | |                  | |      |         |      +--------+
+--------------+      | +------------------+ |      +---------+ 
                      +----------------------+
                                  Raspberry Pi

Usage

Usage of sensors_exporter:
  -listen string
    	listen address (default "localhost:9612")
  -metrics_path string
    	path under which metrics are served (default "/metrics")
  -serial string
    	path to serial device (default "/dev/ttyACM0")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL