watch_history
Review recorded restart incidents to diagnose unexpected reboots. Filter by server or container, set limit, and optionally include captured logs for deeper analysis.
Instructions
List recorded restart incidents, newest first. Captured logs are excluded unless include_logs is set, because every incident carries a hundred lines of output twice over
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Most recent N incidents (default: 10, 0 for all) | |
| server | No | Remote server name from config (optional, runs locally if omitted) | |
| container | No | Only incidents for this target (optional) | |
| include_logs | No | Include the logs captured before and after each restart (default: false) |