🖥️ SSH Monitor
Monitors an SSH server to verify it's accepting connections on port 22 (or a custom port).
⚙️ Configuracion
| Configuracion | Descripcion | Default Port |
|---|---|---|
| Host | Server hostname or IP | — |
| Port | SSH port | 22 |
💡 Consejos
- If you've changed your SSH port from the default 22 for security, make sure to specify the custom port.
- This is a TCP-level check — it verifies SSH is listening and responding with a banner, not that specific credentials work.
- Combine with a Server Agent for complete server health monitoring.