summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-20 01:05:10 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-20 01:05:10 +0200
commit335f37eb177d2c9a871533ac80a611e0eea057a3 (patch)
treecf31981062d686595d2a194c30cb302920bb9fb8 /molecule/raspberrypi
parent75cb3e560d5b243c1fc7056574d0242a277ebbd4 (diff)
Add grafana/prometheus roles to configure and testing
Diffstat (limited to 'molecule/raspberrypi')
-rw-r--r--molecule/raspberrypi/converge.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml
index 095e34fb..4efa1f23 100644
--- a/molecule/raspberrypi/converge.yml
+++ b/molecule/raspberrypi/converge.yml
@@ -16,6 +16,13 @@
wireguard_autostart_connection: ""
gateway_enabled: true
gateway_local_ipv4_subnet: "10.0.0.0/24"
+ grafana_dashboards:
+ - id: 1860
+ revision: 37
+ name: "node-exporter-full"
+ datasource_mappings:
+ - key: "000000001"
+ value: "prometheus"
roles:
- role: "hostname"
- role: "network"
@@ -29,3 +36,5 @@
- role: "nginx"
- role: "wg_portal"
- role: "pihole"
+ - role: "prometheus"
+ - role: "grafana"