Thru Node Health Check
The Thru Node heartbeat is a simple http ping to the Thru api so we can track and display the status of Thru Nodes in the web ui.
The local Thru Node EXE health check is disabled by default when installed, it can be enabled by manipulating the appsettings.json or setting environment variables
You will also need to add or define the HealthCheckPort as a line in the appsetting.json file and you can pick any port that will work for your environment.
Once enabled, the node’s healthcheck would be available directly from a url like this example :
http://127.0.0.1:41001/api/HealthCheck/Thru.MFT.Node