We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf6ff6 commit 347394bCopy full SHA for 347394b
README.md
@@ -2959,6 +2959,8 @@ endpoints:
2959
The following placeholders are supported for endpoints of type SSH:
2960
- `[CONNECTED]` resolves to `true` if the SSH connection was successful, `false` otherwise
2961
- `[STATUS]` resolves the exit code of the command executed on the remote server (e.g. `0` for success)
2962
+- `[IP]` resolves to the IP address of the server
2963
+- `[RESPONSE_TIME]` resolves to the time it took to establish the connection and execute the command
2964
2965
2966
### Monitoring an endpoint using STARTTLS
0 commit comments