mirror of
https://github.com/steinhobelgruen/netatmo-exporter.git
synced 2024-11-22 01:13:56 +00:00
Update readme.
This commit is contained in:
parent
3c618a61d4
commit
3cd880a5c5
12
README.md
12
README.md
|
@ -1,9 +1,17 @@
|
||||||
# netatmo-exporter
|
# netatmo-exporter [![Docker Build Status](https://img.shields.io/docker/build/xperimental/netatmo-exporter.svg?style=flat-square)](https://hub.docker.com/r/xperimental/netatmo-exporter/)
|
||||||
|
|
||||||
Simple [prometheus](https://prometheus.io) exporter for getting sensor values [NetAtmo](https://www.netatmo.com) sensors into prometheus.
|
Simple [prometheus](https://prometheus.io) exporter for getting sensor values [NetAtmo](https://www.netatmo.com) sensors into prometheus.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### Run docker container
|
||||||
|
|
||||||
|
The exporter is available as a Docker image: [`xperimental/netatmo-exporter`](https://hub.docker.com/r/xperimental/netatmo-exporter/)
|
||||||
|
|
||||||
|
The `latest` tag is built from the current master, tags tagged since the Docker support was added are also available as a tag in Docker.
|
||||||
|
|
||||||
|
### Build from source
|
||||||
|
|
||||||
If you have a working Go installation, getting the binary should be as simple as
|
If you have a working Go installation, getting the binary should be as simple as
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -18,7 +26,7 @@ This application tries to get data from the NetAtmo API. For that to work you wi
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```plain
|
||||||
$ netatmo-exporter --help
|
$ netatmo-exporter --help
|
||||||
Usage of netatmo-exporter:
|
Usage of netatmo-exporter:
|
||||||
-a, --addr string Address to listen on. (default ":9210")
|
-a, --addr string Address to listen on. (default ":9210")
|
||||||
|
|
Loading…
Reference in a new issue