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 9f8a74f commit cf6a74fCopy full SHA for cf6a74f
config.yaml
@@ -7,11 +7,10 @@ services:
7
- "[STATUS] == 200"
8
- "[BODY].status == UP"
9
- "[RESPONSE_TIME] < 1000"
10
- - name: twinnation-articles-api
11
- interval: 30s
12
- url: "https://twinnation.org/api/v1/articles/24"
+ - name: cat-fact
+ interval: 1m
+ url: "https://cat-fact.herokuapp.com/facts/random"
13
conditions:
14
15
- - "[BODY].id == 24"
16
- - "[BODY].tags[0] == spring"
17
- - "len([BODY].tags) > 0"
+ - "[BODY].deleted == false"
+ - "len([BODY].text) > 0"
0 commit comments