๐ฅ๏ธ SSH Monitor
Monitors an SSH server to verify it's accepting connections on port 22 (or a custom port).
โ๏ธ Konfigurationโ
| Einstellung | Beschreibung | Default Port |
|---|---|---|
| Host | Server hostname or IP | โ |
| Port | SSH port | 22 |
๐ก Tippsโ
- 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.