lux4rd0 / sense-collector

Sense Collector provides a way of collecting real-time data from the Sense Energy Monitor. Includes Grafana dashboards for visualizations of detected devices and smart plugs and their wattage, voltage, and amp utilization.
https://labs.lux4rd0.com/sense-collector/
GNU Affero General Public License v3.0
25 stars 4 forks source link

Health Check Missing #3

Closed bdf0506 closed 2 weeks ago

bdf0506 commented 2 years ago

It looks like the start-health-check.sh file is missing from the repo. This is similar to an item listed in #2 . Was this file intentionally left out, or maybe intended for future growth?

sense-init: Starting Health Check
/sense-collector/sense-collector-init.sh: line 103: ./start-health-check.sh: No such file or directory

Things still work even when the error is there, but it litters the logs. On initial install, the constant log messages may prevent you from seeing important messages, so it is best to bypass it with a variable: SENSE_COLLECTOR_DISABLE_HEALTH_CHECK=true

edasque commented 2 years ago

I have the same issue

lux4rd0 commented 2 years ago

Adding to Feature Tracking "To do" stage. I grabbed some framework from one of my other projects and didn't quite get everything added in. Will take a look! Thanks!

johntdyer commented 1 year ago

Same issue here

samsiam commented 1 year ago

same issue here. for me, i could not determine it actually worked. i will try the note above from bdf0506

lux4rd0 commented 2 weeks ago

With the release of V2, I've removed the health checks altogether. I'll slowly add items back in, but I'm closing this for now as the new version is brand new from the ground up. Thanks!