ssh_tail
Monitor remote log files in real-time via SSH to track application behavior, debug issues, and analyze system events across servers.
Instructions
Tail remote log files in real-time
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name from configuration | |
| file | Yes | Path to the log file to tail | |
| lines | No | Number of lines to show initially (default: 10) | |
| follow | No | Follow file for new content (default: true) | |
| grep | No | Filter lines with grep pattern |
Implementation Reference
- src/tool-registry.js:36-36 (registration)'ssh_tail' is listed as one of the tools in the 'monitoring' group in the centralized tool registry used for conditional registration based on user configuration.'ssh_tail',