martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 121 forks source link

Generate report now #106

Closed toddsby closed 3 years ago

toddsby commented 3 years ago

I've successfully installed and started chiadog but it appears I have to wait 24 hours to get a report? My full-node "farmer" has been running for days and the debug logs should be full. Why is there no way to generate a report immediately if I already have full logs?? or am I missing something. @martomi

pieterhelsen commented 3 years ago

Thanks for your feedback. Chiadog starts to collect data from the time you start the program. It does not go back in time to analyze past logs. As such, theoretically, if you would create a report immediately after startup, all values would be zero or empty either way.

toddsby commented 3 years ago

Chiadog starts to collect data from the time you start the program. It does not go back in time to analyze past logs.

Why not? Why do I have to wait 24 hours for it provide value?

pieterhelsen commented 3 years ago

Well, primarily because it has not been implemented that way. The rationale behind it only Martin will be able to give definitively, but here's my take on it:

The bottom line... I would expect this feature is best suited for a separate project (maybe name it Chialog)

martomi commented 3 years ago

What Pieter said 😃 I see a value and place for such a tool but this project focuses only on real-time monitoring.