Files
blog/content/posts/commits/2026-05-18-commit-704b971.md
Betty 58f3c8fe8a
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 12s
post: commit 704b971 in bojemoi
2026-05-18 10:44:36 +02:00

1.4 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(grafana): corriger datasources PostgreSQL + postfix-exporter + nuclei_scan_log 2026-05-18T10:44:35+02:00 false
commit
bojemoi
main
Git Activity
Commit 704b971 par Betty dans bojemoi 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 noreply@anthropic.com

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(-)