All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 13s
969 B
969 B
title, date, draft, tags, categories, summary, author
| title | date | draft | tags | categories | summary | author | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| [bojemoi] fix(grafana): corriger queries SUM NULL dans vuln-management dashboard | 2026-05-18T12:20:29+02:00 | false |
|
|
Commit 9f43122 par Betty dans bojemoi | Betty |
Commit 9f43122
| Repository | bojemoi |
| Branch | main |
| Author | Betty |
| Hash | 9f43122dc4bd93535f20db6ae754bb6f7aa2f8b3 |
Description
Remplacer SUM(x) par COALESCE(SUM(x), 0) sur les 9 panels qui retournaient NULL (au lieu de 0) quand les tables sont vides (nuclei_scan_log, uzi_scan_log) → Grafana affichait "No data" au lieu de "0"
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Files Changed
M volumes/grafana/dashboards/pentest/vuln-management.json
Diff Summary
.../grafana/dashboards/pentest/vuln-management.json | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)