--- title: "[bojemoi] fix(grafana): corriger datasources PostgreSQL + postfix-exporter + nuclei_scan_log" date: 2026-05-18T10:44:35+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 704b971 par Betty dans bojemoi" author: "Betty" --- ## Commit `704b971` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `704b971aeeb7a4bc44630406cd70f4e02b13ee19` | ### Description - Grafana datasources: remplacer \${POSTGRES_PASSWORD} par \$__file{/run/secrets/postgres_password} pour PostgreSQL-MSF et PostgreSQL-ThreatIntel (la var d'env était vide → no data) - Sentinel DB: utiliser \$__file{/run/secrets/sentinel_pg_pass} - Ajouter sentinel_pg_pass aux secrets Grafana - Bump config grafana-datasources_v5 → v6 (Docker configs immuables) - postfix-exporter: ajouter règle rsyslog (postfix_rsyslog_maillog Docker config) pour écrire mail.* dans /var/log/mail.log partagé via postfix_log volume - Ajouter sentinel_pg_pass dans la section secrets top-level du stack Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M stack/01-service-hl.yml M volumes/grafana/provisioning/datasources/datasources.yml ``` ### Diff Summary ``` stack/01-service-hl.yml | 15 +++++++++++---- volumes/grafana/provisioning/datasources/datasources.yml | 6 +++--- 2 files changed, 14 insertions(+), 7 deletions(-) ```