Hello.
I want to share with you a simple program to automatically hard-reset your machines if they got stuck.
I'm using Raspberry Pi with 5V relay but you can use any other mini-computer as well (Beaglebone Black, Orange Pi & etc.). I will add better instructions with pictures soon.
Logic is: Ping machines every 33 minutes. If there is no response - Hard-reset.
There is no config file and you should edit the "main.go" file with the info about your machines (name, ip, GPIO pin, info).
Soon I will add web interface for statistics and easier configuration of the machines and binary files.
Additional information and basic instructions are available on github
Link:
https://github.com/Kasmetski/auto-hard-resetHello.
Thanks! I'm actually building a very similar thing as an add on for my rig manager so I can do it all from one place, got some good ideas by seeing how you've implemented it.