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

Support for pinging a server by IP address? #146

Closed Foxh0und closed 3 years ago

Foxh0und commented 3 years ago

Due to the use of Urllib, we can't open IP addresses for the keep alive.

Failed to ping keep-alive: unknown url type: '10.25.160.151' (keep_alive_monitor.py:116)

Environment:

Foxh0und commented 3 years ago

@martomi I have a branch ready to go for this, if I could have permission, that would be great.

martomi commented 3 years ago

@Foxh0und You can fork the repository, push your fixes on a branch there and open a PR to this repository directly from the fork. It doesn't require you to have any extra access. Looking forward to your contribution!