diff --git a/content/posts/commits/2026-07-16-commit-751aeb7.md b/content/posts/commits/2026-07-16-commit-751aeb7.md new file mode 100644 index 0000000..7abd67f --- /dev/null +++ b/content/posts/commits/2026-07-16-commit-751aeb7.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(pipeline): déplacer pipeline.json vers le bon répertoire Grafana" +date: 2026-07-16T21:48:29+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 751aeb7 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `751aeb7` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `751aeb7b227738a55f5226858eab66bf26ad6699` | + + +### Description + +volumes/grafana/provisioning/dashboards/ → volumes/grafana/dashboards/pentest/ +(provisioning path réel = /var/lib/grafana/dashboards, pas /etc/grafana/provisioning) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A volumes/grafana/dashboards/pentest/pipeline.json +D volumes/grafana/provisioning/dashboards/pipeline.json +``` + +### Diff Summary + +``` + volumes/grafana/dashboards/pentest/pipeline.json | 209 +++++++++++++++++++++ + .../grafana/provisioning/dashboards/pipeline.json | 209 --------------------- + 2 files changed, 209 insertions(+), 209 deletions(-) +```