Files
UmbraMonitor/config-example.yml
2025-09-28 11:00:47 +02:00

50 lines
1.0 KiB
YAML

# 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"