Module Health Monitoring in Kinexa ONE
Module Health Monitoring in Kinexa ONE
Kinexa ONE is the operational command center for your entire Kinexa ecosystem. One of its key features is real-time health monitoring that shows the status of every module at a glance.
Overview
The Health Monitoring dashboard displays the status of all connected Kinexa modules — currently over 20 services. Each module is represented by a card showing its current state, response time, and last successful ping.
Status Types
Each module can have one of three statuses:
- Online (green) — The module is responding normally with acceptable response times
- Degraded (yellow) — The module is responding but slower than expected (response time > 2 seconds)
- Offline (red) — The module is not responding or returned an error
How Health Pings Work
Kinexa ONE sends a lightweight HTTP health check to each module's /api/health endpoint every 30 seconds. The response includes:
- Service name and version
- Current status (ok / degraded / error)
- Response time in milliseconds
- Database connectivity status
- Last deployment timestamp
Summary Banner
At the top of the dashboard, a summary banner provides a quick overview:
- Total modules monitored — e.g., "20 of 20 modules"
- All systems operational — shown when every module is online
- X modules need attention — shown when any module is degraded or offline
The banner color changes based on the worst status: green if all is well, yellow if any module is degraded, red if any module is offline.
Auto-Refresh
The dashboard refreshes automatically every 30 seconds. You can also click the Refresh button to trigger an immediate check. The "Last updated" timestamp in the top-right corner shows when data was last fetched.
Interpreting Response Times
- < 200ms — Excellent performance
- 200ms – 500ms — Normal performance
- 500ms – 2000ms — Acceptable but worth monitoring
- > 2000ms — Degraded; investigate the module
Accessing Health Monitoring
- Open Kinexa ONE from your dashboard or navigate to
one.kinexa.id - The health monitoring grid is displayed on the Home tab
- Click any module card to see detailed metrics and recent status history
Permissions
Health monitoring is available to users with the Admin or Operator role. Regular users will see a simplified status page without response times or configuration options.