1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-05 06:58:47 +00:00

docs: Mention gatus-cli as alternative to push external endpoint result

This commit is contained in:
TwiN
2025-09-14 20:58:12 -04:00
parent 65af0c9377
commit f4001d0d80

View File

@@ -356,7 +356,7 @@ external-endpoints:
send-on-resolved: true
```
To push the status of an external endpoint, the request would have to look like this:
To push the status of an external endpoint, you can use [gatus-cli](https://github.com/TwiN/gatus-cli), or send an HTTP request:
```
POST /api/v1/endpoints/{key}/external?success={success}&error={error}&duration={duration}
```