43 lines
874 B
YAML
43 lines
874 B
YAML
![]() |
apiVersion: 1
|
||
|
|
||
|
providers:
|
||
|
- name: 'default'
|
||
|
orgId: 1
|
||
|
folder: ''
|
||
|
type: file
|
||
|
disableDeletion: false
|
||
|
updateIntervalSeconds: 10
|
||
|
allowUiUpdates: true
|
||
|
options:
|
||
|
path: /var/lib/grafana/dashboards
|
||
|
|
||
|
- name: 'rustelo'
|
||
|
orgId: 1
|
||
|
folder: 'Rustelo'
|
||
|
type: file
|
||
|
disableDeletion: false
|
||
|
updateIntervalSeconds: 10
|
||
|
allowUiUpdates: true
|
||
|
options:
|
||
|
path: /var/lib/grafana/dashboards/rustelo
|
||
|
|
||
|
- name: 'system'
|
||
|
orgId: 1
|
||
|
folder: 'System'
|
||
|
type: file
|
||
|
disableDeletion: false
|
||
|
updateIntervalSeconds: 10
|
||
|
allowUiUpdates: true
|
||
|
options:
|
||
|
path: /var/lib/grafana/dashboards/system
|
||
|
|
||
|
- name: 'business'
|
||
|
orgId: 1
|
||
|
folder: 'Business Metrics'
|
||
|
type: file
|
||
|
disableDeletion: false
|
||
|
updateIntervalSeconds: 10
|
||
|
allowUiUpdates: true
|
||
|
options:
|
||
|
path: /var/lib/grafana/dashboards/business
|