You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ or send an HTTP request:
366
366
POST /api/v1/endpoints/{key}/external?success={success}&error={error}&duration={duration}
367
367
```
368
368
Where:
369
-
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
369
+
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
370
370
- Using the example configuration above, the key would be `core_ext-ep-test`.
371
371
- `{success}`is a boolean (`true` or `false`) value indicating whether the health check was successful or not.
372
372
- `{error}` (optional): a string describing the reason for a failed health check. If {success} is false, this should contain the error message; if the check is successful.
@@ -2298,14 +2298,14 @@ endpoints:
2298
2298
2299
2299
> ⚠️ **WARNING**: This alerting provider has not been tested yet. If you've tested it and confirmed that it works, please remove this warning and create a pull request, or comment on [#1223](https://github.com/TwiN/gatus/discussions/1223) with whether the provider works as intended. Thank you for your cooperation.
@@ -3297,7 +3297,7 @@ The path to generate a badge is the following:
3297
3297
```
3298
3298
Where:
3299
3299
- `{duration}`is `30d`, `7d`, `24h` or `1h`
3300
-
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3300
+
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3301
3301
3302
3302
For instance, if you want the uptime during the last 24 hours from the endpoint `frontend` in the group `core`,
3303
3303
the URL would look like this:
@@ -3323,7 +3323,7 @@ The path to generate a badge is the following:
3323
3323
/api/v1/endpoints/{key}/health/badge.svg
3324
3324
```
3325
3325
Where:
3326
-
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3326
+
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3327
3327
3328
3328
For instance, if you want the current status of the endpoint `frontend` in the group `core`,
3329
3329
the URL would look like this:
@@ -3340,7 +3340,7 @@ The path to generate a badge is the following:
3340
3340
/api/v1/endpoints/{key}/health/badge.shields
3341
3341
```
3342
3342
Where:
3343
-
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3343
+
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3344
3344
3345
3345
For instance, if you want the current status of the endpoint `frontend` in the group `core`,
3346
3346
the URL would look like this:
@@ -3363,7 +3363,7 @@ The endpoint to generate a badge is the following:
3363
3363
```
3364
3364
Where:
3365
3365
- `{duration}`is `30d`, `7d`, `24h` or `1h`
3366
-
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3366
+
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3367
3367
3368
3368
#### Response time (chart)
3369
3369

@@ -3376,7 +3376,7 @@ The endpoint to generate a response time chart is the following:
3376
3376
```
3377
3377
Where:
3378
3378
- `{duration}`is `30d`, `7d`, or `24h`
3379
-
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3379
+
- `{key}`has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ` `, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3380
3380
3381
3381
##### How to change the color thresholds of the response time badge
3382
3382
To change the response time badges' threshold, a corresponding configuration can be added to an endpoint.
@@ -3434,7 +3434,7 @@ The path to get raw uptime data for an endpoint is:
3434
3434
```
3435
3435
Where:
3436
3436
-`{duration}` is `30d`, `7d`, `24h` or `1h`
3437
-
-`{key}` has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ``, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3437
+
-`{key}` has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ``, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3438
3438
3439
3439
For instance, if you want the raw uptime data for the last 24 hours from the endpoint `frontend` in the group `core`, the URL would look like this:
3440
3440
```
@@ -3448,7 +3448,7 @@ The path to get raw response time data for an endpoint is:
3448
3448
```
3449
3449
Where:
3450
3450
-`{duration}` is `30d`, `7d`, `24h` or `1h`
3451
-
-`{key}` has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ``, `/`, `_`, `,`, `.`, `#`, `(`, `)`, `+` and `&` replaced by `-`.
3451
+
-`{key}` has the pattern `<GROUP_NAME>_<ENDPOINT_NAME>` in which both variables have ``, `/`, `_`, `,`, `.`, `#`, `+` and `&` replaced by `-`.
3452
3452
3453
3453
For instance, if you want the raw response time data for the last 24 hours from the endpoint `frontend` in the group `core`, the URL would look like this:
0 commit comments