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:
Yury Kossakovsky
2025-05-05 13:55:05 -06:00
parent a687b281c5
commit 6cbe11364c
3 changed files with 23411 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View 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

View 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