diff --git a/README.md b/README.md index 383f0532..acd5d2de 100644 --- a/README.md +++ b/README.md @@ -2959,6 +2959,8 @@ endpoints: The following placeholders are supported for endpoints of type SSH: - `[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) +- `[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