Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 438 Bytes

dht_sensor_exporter (Node.js)

Install

  • npm rebuild to rebuild libraries for architecture

Environment Variables

If you'd like to use sentry for reporting, add the DSN using the SENTRY_DSN environment variable.

systemd

sudo cp ./config/dht_sensor_exporter_nodejs.service /etc/systemd/system/
sudo systemctl enable dht_sensor_exporter_nodejs.service
sudo systemctl start dht_sensor_exporter_nodejs.service