I tried to use chiadog to monitor my farm on windows, but I cant get it to work (always tells me my farm is offline, but i can see it farming...)
So I decided to rebuild the basic capabilities into Plotofy.
It shall be able to do the following:
Continously monitor debug.log for any error or warning (except known errors/warnings that are not bad) and notify in Discord about those events
Continously (every 60 min) check plot eligibility and time in secods to load plots. Average that out for 24h and send notification
Continously monitor for found proofs and notify in discord
Continously monitor for found proofs that did not end in a block reward and notify in discord
Monitor for no new activity in Log -> Node offline
Approach
A Watchdog function that from time to time (intervall definable) checks your debug.log.
If there is any, found proof, new error or warning that has not been alarmed about yet, notify Discord,
Background
I tried to use chiadog to monitor my farm on windows, but I cant get it to work (always tells me my farm is offline, but i can see it farming...) So I decided to rebuild the basic capabilities into Plotofy.
It shall be able to do the following:
Approach
A Watchdog function that from time to time (intervall definable) checks your debug.log. If there is any, found proof, new error or warning that has not been alarmed about yet, notify Discord,