get_system_health_check
Check overall Linux system health by aggregating memory, disk, load, and failed systemd units into an OK/WARNING/CRITICAL verdict. Use as first-line read-only health check to quickly detect issues.
Instructions
Returns an overall OK/WARNING/CRITICAL verdict from memory, disk (partitions at 80%+), load vs core count, and failed systemd units. Read-only aggregate; sub-failures land in the errors field, never fatal. Use as the first-line health check; get_system_snapshot for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | Yes | ||
| errors | No | ||
| overall | Yes |