System Health Checks¶
System Health Checks exposes the health state of Emakin components in JSON form. Use it to confirm system availability, detect degraded dependencies, and understand which internal checks are failing.
The preserved documentation states that the health endpoint is available at:
1 | |
Result States¶
| Result | Description |
|---|---|
| Healthy | Component is functioning correctly |
| Degraded | Component has a non-critical issue |
| Unhealthy | Component has failed |
Example preserved from the current documentation:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | |
Documented Health Checks¶
The preserved checklist includes:
- Disk Space
- CPU Usage
- Thread Count
- Cache
- Application Database Connection
- Market Connection
- Mobile Push Connection
- Timestamp Service Connection
- Full Text Search Service
- Mail Sending Jobs
- Mail Receive Jobs
- Workflow Processing Jobs
- OpenAuth
<servicename>Service Connection - FileRepository
<servicename>Directory - Ldap
<ldaphost>Service Connection - WOPI
<servicename>Service Connection - Message Service
<servicehost>Connection - Tika Service Connection
The original page also preserves exact failure conditions and failure-result levels for each check. That table should remain the canonical reference for threshold and severity details.