1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 15:14:43 +00:00

docs: Update list of placeholders for SSH

This commit is contained in:
TwiN
2025-09-15 13:31:11 -04:00
parent daf6ff60f8
commit 347394b38a

View File

@@ -2959,6 +2959,8 @@ endpoints:
The following placeholders are supported for endpoints of type SSH: The following placeholders are supported for endpoints of type SSH:
- `[CONNECTED]` resolves to `true` if the SSH connection was successful, `false` otherwise - `[CONNECTED]` resolves to `true` if the SSH connection was successful, `false` otherwise
- `[STATUS]` resolves the exit code of the command executed on the remote server (e.g. `0` for success) - `[STATUS]` resolves the exit code of the command executed on the remote server (e.g. `0` for success)
- `[IP]` resolves to the IP address of the server
- `[RESPONSE_TIME]` resolves to the time it took to establish the connection and execute the command
### Monitoring an endpoint using STARTTLS ### Monitoring an endpoint using STARTTLS