fullcycle icon indicating copy to clipboard operation
fullcycle copied to clipboard

Config

Open supernoveau opened this issue 6 years ago • 4 comments

What’s the difference between monitor and heartbeat in the configuration?

supernoveau avatar Dec 16 '18 00:12 supernoveau

Hearbeat is an event timer that will notify a system admin that the system is still working. Basically, just send an alert saying that the system is still alive. If you get the heartbeat every hour or whatever interval you specify then you don't have to run to connect to make sure everything is normal.

Monitor is the timer to monitor the miners and pull the statistics. I think I default to every minute but you can test with a smaller interval.

On Sat, Dec 15, 2018 at 4:22 PM Alastair McCann [email protected] wrote:

What’s the difference between monitor and heartbeat in the configuration?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dfoderick/fullcycle/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmLA7ERpLoemZ4QU2KrmE6IfT9YLt8-ks5u5ZItgaJpZM4ZU9HL .

--

-Dave

dfoderick avatar Dec 17 '18 00:12 dfoderick

Thanks Dave.

When the restart on low hash Signal is sent, is there an interval setting to delay the restart so the machine is turned off for the interval? I.e leave machine off for 10 minutes rather than immediate restart.

supernoveau avatar Dec 17 '18 01:12 supernoveau

I tried restartafter in the rules.conf but doesn’t seem to work? Restarts immediately here.

What is sleep in the fullcycle conf?

supernoveau avatar Dec 19 '18 12:12 supernoveau

For restarts there is an additional time where restarts will be disabled for that miner. This is to give asic time to warm up its hash rate after it has been restarted once. This will avoid a loop where you restart the miner and start monitoring but miner hash is low because it was just restarted. It avoids too many restart commands.

I think sleep in config is the resolution of the scheduler timer. I would have to review. It should be set smaller than the monitoring interval but not too small otherwise the scheduler will use too much cpu time.

Sent from my iPhone

On Dec 19, 2018, at 4:04 AM, Alastair McCann [email protected] wrote:

I tried restartafter in the rules.conf but doesn’t seem to work? Restarts immediately here.

What is sleep in the fullcycle conf?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

dfoderick avatar Dec 20 '18 16:12 dfoderick