Remove existing Grafana provisioning files and add new configurations for dashboards and datasources
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# Configuración de dashboards para Grafana
|
||||
# Puedes editar este archivo para configurar la carga automática de dashboards
|
||||
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
# Proveedor principal de dashboards
|
||||
- name: 'default'
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
updateIntervalSeconds: 10
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
|
||||
# Proveedor para dashboards de sistema
|
||||
- name: 'system'
|
||||
orgId: 1
|
||||
folder: 'System'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
updateIntervalSeconds: 10
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/system
|
||||
Reference in New Issue
Block a user