Skip to content

Commit cf6a74f

Browse files
committed
Update example config
1 parent 9f8a74f commit cf6a74f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ services:
77
- "[STATUS] == 200"
88
- "[BODY].status == UP"
99
- "[RESPONSE_TIME] < 1000"
10-
- name: twinnation-articles-api
11-
interval: 30s
12-
url: "https://twinnation.org/api/v1/articles/24"
10+
- name: cat-fact
11+
interval: 1m
12+
url: "https://cat-fact.herokuapp.com/facts/random"
1313
conditions:
1414
- "[STATUS] == 200"
15-
- "[BODY].id == 24"
16-
- "[BODY].tags[0] == spring"
17-
- "len([BODY].tags) > 0"
15+
- "[BODY].deleted == false"
16+
- "len([BODY].text) > 0"

0 commit comments

Comments
 (0)