Skip to main content
Feedback

MFT Node Health Check

The MFT Node heartbeat is a simple http ping to the MFT API so we can track and display the status of MFT Nodes in the web ui.

The local MFT 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 such as http://127.0.0.1:41001/api/HealthCheck/Thru.MFT.Node.