Minor update
This commit is contained in:
parent
02098a9742
commit
c51f35bcea
@ -26,6 +26,12 @@ services:
|
|||||||
- "[RESPONSE_TIME] < 300" # Response time must be under 300ms
|
- "[RESPONSE_TIME] < 300" # Response time must be under 300ms
|
||||||
- name: github
|
- name: github
|
||||||
url: https://api.github.com/healthz
|
url: https://api.github.com/healthz
|
||||||
|
interval: 2m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: Example
|
||||||
|
url: https://example.org/
|
||||||
|
interval: 30s
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user