Health Checks

The Health Checks page allows administrators to monitor the health status of all services used by Reemo.
It provides a centralized view of:
  • Internal APIs,

  • Container Providers,

  • WebSocket relays,

  • Signaling servers.

Each entry displays several pieces of information:

  • Certificate expiration: expiration date or status of the associated certificate,

  • Status: current state of the service (e.g., OK or error),

  • Error: details in case of an issue.

General View

../../_static/images/instance/health/instance_healthcheck_page.png

Overview of the Health Checks page

Detailed Sections

APIs

This section groups the status of the internal APIs essential to the operation of Reemo.
Each API is listed with its status:
  • db: database,

  • provision-api: provisioning management,

  • provision-relay-api: provisioning relay management,

  • cloud-provider-api: management of Cloud Provider integrations.

Container Providers

Lists the status of the Container Providers configured in Reemo.
For each provider:
  • Provider name and type (e.g., Kubernetes or Swarm),

  • Number of active containers,

  • Certificate expiration (if applicable),

  • Overall status (e.g., OK).

WebSocket Relays

WebSocket Relays enable real-time communication between components.
This section displays:
  • Relay name,

  • Certificate expiration (if applicable),

  • Overall status (e.g., OK or error).

Signaling Servers

Signaling servers manage the establishment of WebRTC connections between users and resources.
For each server, you will find:
  • Server URL,

  • Certificate expiration date,

  • Current status.

Operation

  • The page is refreshed manually via the Refresh button at the top right.

  • In case of an error on a service, the Error column displays details.

  • Monitoring this page allows administrators to anticipate problems (expired certificates, unavailable services, etc.) and ensure service continuity.

Summary

The Health Checks page plays a central role in Reemo administration: it provides immediate visibility into the availability and compliance of various internal and integrated services.
It should be monitored regularly by administrators to guarantee a functional and secure platform.