Health Check

Fudo Enterprise regularly checks its “health” status. There are multiple tests that check the status of both hardware and software components. These tests are called “health checks”.


The results of the health checks can be accessed by an administrator in two ways:

  1. Using SNMP, which provides all health check results.
  2. Using the API health check endpoint, which provides a summary of all health checks.

API Health Check

The API health check option is available under the Maintenance and supervision section of the Settings > System tab.

../../_images/5-1-system-health-check.png

Enabled the API endpoint providing quick information about Fudo Enterprise’s health status. It may be used by external devices to periodically check Fudo Enterprise’s health status.

The information is available as a JSON object:

{
"status": "${value}"
}

The ${value} may be set to:

  • ok: if Fudo Enterprise works properly
  • error: if Fudo Enterprise doesn’t work properly and some of it functions may not be available.

Note

The health check status is designed to be simple and easy to interpret, therefore it doesn’t contain detailed information about the problems that caused the error status. The detailed information about health check results can be obtained using SNMP.

After enabling, the endpoint will be available at a URL path:

api/healthcheck

Warning

The API endpoint is accessible without authentication. It means that anyone having TCP access to Fudo Enterprise will be able to get information about its health status.