update dasbord

This commit is contained in:
vagrant user 2025-12-18 14:55:01 +01:00
parent 52d2d932f7
commit 26999501b6
3 changed files with 2 additions and 11 deletions

View File

@ -1,7 +0,0 @@
apiVersion: 1
folders:
- uid: ops-folder
title: "Ops Infrastructure & Plateforme"
- uid: dev-folder
title: "Dev Application & Qualité"

View File

@ -2,11 +2,10 @@ apiVersion: 1
providers:
- name: "dev-dashboards"
orgId: 1
folderUid: "dev-folder"
folder: "Dev Application & Qualité" # Nom du dossier
type: file
disableDeletion: false
editable: true
updateIntervalSeconds: 30
options:
path: /var/lib/grafana/dashboards/dev
foldersFromFilesStructure: true

View File

@ -2,11 +2,10 @@ apiVersion: 1
providers:
- name: "ops-dashboards"
orgId: 1
folderUid: "ops-folder"
folder: "Ops Infrastructure & Plateforme" # Nom du dossier
type: file
disableDeletion: false
editable: true
updateIntervalSeconds: 30
options:
path: /var/lib/grafana/dashboards/ops
foldersFromFilesStructure: true