From fdbdab1beafadf705c8bf8e419ec234ddb46d937 Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Mon, 2 Jan 2023 16:49:42 +0100 Subject: [PATCH] update services.yml --- conf/services.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 conf/services.yml diff --git a/conf/services.yml b/conf/services.yml new file mode 100644 index 0000000..bc49674 --- /dev/null +++ b/conf/services.yml @@ -0,0 +1,25 @@ + +x-httpservice: &httpservice + type: http + method: GET + check_interval: 3600 + timeout: 10 + expected_status: 200 + allow_notifications: true + notify_after: 2 + notify_all_changes: true + redirect: true + +services: + + - name: Yunohost + domain: https://yunohost.org + <<: *httpservice + + - name: Yunohost Forum + domain: https://forum.yunohost.org + <<: *httpservice + + - name: Statping + domain: https://statping-ng.github.io/ + <<: *httpservice