post: commit 704b971 in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 12s

This commit is contained in:
2026-05-18 10:44:35 +02:00
committed by Betty
parent b1d662f5b7
commit 58f3c8fe8a

View File

@@ -0,0 +1,47 @@
---
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 <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(-)
```