From 347394b38a021db3e2f3542c0a119079ca926352 Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 15 Sep 2025 13:31:11 -0400 Subject: [PATCH] docs: Update list of placeholders for SSH --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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