跳到主要内容

🖥️ SSH Monitor

Monitors an SSH server to verify it's accepting connections on port 22 (or a custom port).


⚙️ 配置

设置描述Default Port
HostServer hostname or IP
PortSSH port22

💡 技巧

  • 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.