1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/statpingng_ynh.git synced 2024-09-03 20:26:24 +02:00
statpingng_ynh/conf/services.yml
Éric Gaspar 37e239aa47 v2
2023-06-14 11:13:01 +02:00

25 lines
452 B
YAML

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