Set better example values for sites

This commit is contained in:
Vladan Popovic 2020-09-06 10:59:08 +02:00
parent 8239cf11da
commit a062618537
1 changed files with 3 additions and 3 deletions

View File

@ -34,11 +34,11 @@ stored in the ``sites`` key and are represented as a list of objects with
field that can freely omitted which checks the body of the response against the field that can freely omitted which checks the body of the response against the
regex expression:: regex expression::
- url: "https://dsadakjhkjsahkjh.com" - url: "https://example.com"
regex: "domain" regex: "domain" # a regex matching the body of the response
check_interval: 5 check_interval: 5
- url: "https://example.com" - url: "https://example.com"
regex: "aaaaaaaaaaaaa" regex: "aaaaaaaa" # a regex not matching the body of the response
check_interval: 8 check_interval: 8
- url: "https://example.com/404" - url: "https://example.com/404"
check_interval: 13 check_interval: 13