Skip to content

vernak2539/dht_sensor_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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