check_system_updates
Audit OS package updates and security patches. Get upgrade counts, reboot requirements, and recommended recovery action to maintain VPS health.
Instructions
Audit available operating system package updates and pending security patches.
Checks reboot requirements (/var/run/reboot-required), total upgradable packages, and security CVE patches. Cached for 5 minutes to minimize CPU and disk usage.
Args: force_refresh: Set to True to bypass the 5-minute cache and query package managers directly.
Returns: JSON string with update counts, security status, reboot flag, and recommended recovery action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force_refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |