pcs_logs_tail
Tail the last N lines from multiple log file paths, skipping missing files, to monitor Pacemaker cluster activity over SSH.
Instructions
Tail last N lines from one or more log file paths. Skips missing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sudo | No | Prefix commands with sudo on the remote host | |
| lines | No | Number of lines per file (default 200) | |
| paths | Yes | Absolute log file paths to read | |
| cluster | No | Named cluster in config | |
| timeoutMs | No | SSH command timeout in milliseconds | |
| sshConfigHost | No | OpenSSH Host alias to resolve connection parameters | |
| sshConfigPath | No | Path to OpenSSH config (defaults to ~/.ssh/config) |