From a06261853755ecbea54fc97728666e4d13558d62 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 6 Sep 2020 10:59:08 +0200 Subject: [PATCH] Set better example values for sites --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 79b00b3..516053f 100644 --- a/README.rst +++ b/README.rst @@ -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 regex expression:: - - url: "https://dsadakjhkjsahkjh.com" - regex: "domain" + - url: "https://example.com" + regex: "domain" # a regex matching the body of the response check_interval: 5 - url: "https://example.com" - regex: "aaaaaaaaaaaaa" + regex: "aaaaaaaa" # a regex not matching the body of the response check_interval: 8 - url: "https://example.com/404" check_interval: 13