16 lines
626 B
YAML
16 lines
626 B
YAML
|
|
---
|
||
|
|
clients_journaux_paquets:
|
||
|
|
- alloy
|
||
|
|
|
||
|
|
clients_journaux_service: "alloy"
|
||
|
|
clients_journaux_utilisateur: "alloy"
|
||
|
|
clients_journaux_config: "/etc/alloy/config.alloy"
|
||
|
|
|
||
|
|
# Point de collecte Loki (obs-01, serveurs_loki, VLAN 14).
|
||
|
|
clients_journaux_loki_url: "http://10.1.14.11:3100/loki/api/v1/push"
|
||
|
|
|
||
|
|
# Depot apt officiel Grafana (partage avec serveurs_loki / serveurs_grafana).
|
||
|
|
clients_journaux_depot_cle_url: "https://apt.grafana.com/gpg-full.key"
|
||
|
|
clients_journaux_depot_cle_fichier: "/etc/apt/keyrings/grafana.asc"
|
||
|
|
clients_journaux_depot_source: "deb [signed-by=/etc/apt/keyrings/grafana.asc] https://apt.grafana.com stable main"
|