inital commit
This commit is contained in:
14
README.md
14
README.md
@ -1,2 +1,14 @@
|
||||
# VEGAPULS-Air-exporter
|
||||
# The Things Network Exporter for VEGAPULS Air
|
||||
|
||||
Export metrics of a VEGAPULS Air connected via TTN as a prometheus service.
|
||||
|
||||
## Install ##
|
||||
|
||||
- `mkdir /opt/ttn-vegapulsair-exporter/`
|
||||
- `cd /opt/ttn-vegapulsair-exporter/`
|
||||
- import `tttn-vegapulsair-exporter.py` and `config.py`
|
||||
- Set the constants in `config.py`
|
||||
- `chmod +x /opt/ttn-vegapulsair-exporter/ttn-vegapulsair-exporter.py`
|
||||
- `chown -R prometheus /opt/ttn-vegapulsair-exporter/`
|
||||
- `nano /etc/systemd/system/ttn-vegapulsair-exporter.service`
|
||||
- `systemctl daemon-reload && systemctl enable --now ttn-vegapulsair-exporter.service`
|
||||
|
||||
Reference in New Issue
Block a user