All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 13s
41 lines
969 B
Markdown
41 lines
969 B
Markdown
---
|
|
title: "[bojemoi] fix(grafana): corriger queries SUM NULL dans vuln-management dashboard"
|
|
date: 2026-05-18T12:20:29+02:00
|
|
draft: false
|
|
tags: ["commit", "bojemoi", "main"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit 9f43122 par Betty dans bojemoi"
|
|
author: "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(-)
|
|
```
|