Monitor Device Trust service health

Learn how to monitor the health of 1Password Device Trust services with health check endpoints.

Use health check endpoints to confirm that 1Password Device Trust services can reach the critical infrastructure they depend on. These endpoints don’t report the health or compliance status of individual devices.

Available health check endpoints

You can use the following health check endpoints to monitor each Device Trust service.

EndpointDevice Trust service
https://app.kolide.com/healthAdmin console
https://auth.kolide.com/healthAuthentication service
https://api.kolide.com/healthAPI

Check the health of a Device Trust service

You can check the health of a Device Trust service by visiting one of the above available health check endpoint URLs in your browser or by sending a curl request.

The endpoints accept GET requests and don’t require an API key. For example:

curl https://app.kolide.com/health

Review the response

If the Device Trust service can reach all its critical dependencies, the endpoint returns:

{"status":"OK"}

If one or more dependency checks fail, the endpoint returns:

{"status":"ERROR"}

Both responses use HTTP status 200. Configure your monitoring tool or script to check the value of status in the response body instead of relying only on the HTTP status code.

An ERROR response may not always indicate a customer-visible disruption. To learn about known service incidents, visit the 1Password status page.



Published: