Open ketominer opened 6 years ago
What Service running properly
means? What you probably want is to use the already existing {cryptoCode}/status
to be sure the node of a specific coin is running properly.
Maybe a loop on all the {cryptoCode}s? The idea is to have a unique endpoint not depending on which/how many coins are configured. But it's very low priority, I didn't know about the {cryptoCode}/status
route so I can definitely use this in a manual setup :)
Looks good! Does it return something else than 200 if not synced? Or do I have the parse the body?
yep you need parse the body... or develop another route yourself. :p
nice try to make me do some dotnet :p
First try is free.
It would be great to have a /status or /health route to check if the service is running properly using monitoring tools (nagios, zabbix or else)