Go to file
2024-04-19 20:38:10 +02:00
config.py inital commit 2024-03-24 20:08:47 +01:00
LICENSE inital commit 2024-03-24 20:08:47 +01:00
payload_formatter.js added payload formatter 2024-03-24 21:12:47 +01:00
README.md fix readme and health check 2024-04-19 20:38:10 +02:00
ttn-vegapulsair-exporter.py fix readme and health check 2024-04-19 20:38:10 +02:00
ttn-vegapulsair-exporter.service inital commit 2024-03-24 20:08:47 +01:00

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 ttn-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