-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config #25
Comments
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 ***@***.***> 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
<#25>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmLA7ERpLoemZ4QU2KrmE6IfT9YLt8-ks5u5ZItgaJpZM4ZU9HL>
.
--
-Dave
|
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. |
I tried restartafter in the rules.conf but doesn’t seem to work? Restarts immediately here. What is sleep in the fullcycle conf? |
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 ***@***.***> 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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What’s the difference between monitor and heartbeat in the configuration?
The text was updated successfully, but these errors were encountered: