mirror of
https://github.com/YunoHost-Apps/statpingng_ynh.git
synced 2024-09-03 20:26:24 +02:00
update services.yml
This commit is contained in:
parent
5d8af26025
commit
d831ad92c5
1 changed files with 25 additions and 0 deletions
25
conf/services.yml
Normal file
25
conf/services.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue