1er commit, mise en service

This commit is contained in:
2025-09-28 11:00:47 +02:00
parent be15fde570
commit 863666b009
8 changed files with 772 additions and 1 deletions

49
config-example.yml Normal file
View 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"