mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add Grafana provisioning files for dashboards and datasources
- Introduced a new dashboard configuration file for the Node Exporter Full dashboard. - Added provisioning for Grafana dashboards in main.yml. - Configured Prometheus as the default datasource in main.yml.
This commit is contained in:
23389
grafana/dashboards/1860_rev39.json
Normal file
23389
grafana/dashboards/1860_rev39.json
Normal file
File diff suppressed because it is too large
Load Diff
11
grafana/provisioning/dashboards/main.yml
Normal file
11
grafana/provisioning/dashboards/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: "default"
|
||||
orgId: 1
|
||||
folder: ""
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
11
grafana/provisioning/datasources/main.yml
Normal file
11
grafana/provisioning/datasources/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
jsonData:
|
||||
timeInterval: 15s
|
||||
editable: true
|
||||
Reference in New Issue
Block a user