Uses NGINX's njs module to query geth's eth_syncing
RPC endpoint.
Considered as "healthy" only when the syncing
attribute is false.
This is useful if you are managing a cluster of geth nodes behind a load balancer and need a compatible healthcheck.
- Create a directory to store our njs script