1er commit, mise en service
This commit is contained in:
49
config-example.yml
Normal file
49
config-example.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
# Services
|
||||
services:
|
||||
- name: "Serveur de synchronisation"
|
||||
health_url: ""
|
||||
metrics_url: ""
|
||||
timeout_seconds: 5
|
||||
|
||||
- name: "Serveur de fichier"
|
||||
health_url: ""
|
||||
metrics_url: ""
|
||||
timeout_seconds: 5
|
||||
|
||||
- name: "Serveur d'identification"
|
||||
health_url: ""
|
||||
metrics_url: ""
|
||||
timeout_seconds: 5
|
||||
|
||||
- name: "Dépôt Dalamud"
|
||||
health_url: ""
|
||||
metrics_url: ""
|
||||
timeout_seconds: 5
|
||||
info:
|
||||
- label: "Version plugin"
|
||||
source: "health_json"
|
||||
path: "0.AssemblyVersion"
|
||||
|
||||
- name: "Serveur Git"
|
||||
health_url: ""
|
||||
metrics_url: ""
|
||||
timeout_seconds: 5
|
||||
info:
|
||||
- label: "Commits totaux"
|
||||
source: "rss_multi"
|
||||
urls:
|
||||
- ""
|
||||
path: "rss.channel.item"
|
||||
aggregate: "count"
|
||||
- label: "Dernier commit"
|
||||
source: "rss_multi"
|
||||
urls:
|
||||
- ""
|
||||
path: "rss.channel.item"
|
||||
aggregate: "latest_title"
|
||||
- label: "Publié le"
|
||||
source: "rss_multi"
|
||||
urls:
|
||||
- ""
|
||||
path: "rss.channel.item"
|
||||
aggregate: "latest_pubdate"
|
||||
Reference in New Issue
Block a user