yay
This commit is contained in:
10
grafana/provisioning/dashboards/dashboard.yml
Normal file
10
grafana/provisioning/dashboards/dashboard.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: Speed Tests
|
||||
type: file
|
||||
updateIntervalSeconds: 30
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /etc/grafana/provisioning/dashboards
|
||||
foldersFromFilesStructure: false
|
||||
1598
grafana/provisioning/dashboards/speed_tests.json
Normal file
1598
grafana/provisioning/dashboards/speed_tests.json
Normal file
File diff suppressed because it is too large
Load Diff
11
grafana/provisioning/datasources/sqlite.yml
Normal file
11
grafana/provisioning/datasources/sqlite.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: SQLite
|
||||
type: frser-sqlite-datasource
|
||||
uid: speed-tests-sqlite
|
||||
access: proxy
|
||||
isDefault: true
|
||||
jsonData:
|
||||
path: /var/lib/grafana/data/speedtest.db
|
||||
editable: true
|
||||
Reference in New Issue
Block a user