temp-prometheus/README.md

13 lines
334 B
Markdown
Raw Permalink Normal View History

2022-06-17 11:54:29 +02:00
# Prometheus Temperature Exporter
This small software reads some temperature/humidity data from a serial
USB device before exposing the data using the Prometheus file format.
Note: you'll have to use Nginx or another webserver to expose the prometheus file to the web.
## Usage
```sh
./temp-prometheus USB-DEV PROMETHEUS-FILE
```