ops: keep monitoring importer running for komodo
This commit is contained in:
@@ -95,7 +95,7 @@ services:
|
|||||||
grafana-dashboard-importer:
|
grafana-dashboard-importer:
|
||||||
image: python:3.13-alpine
|
image: python:3.13-alpine
|
||||||
container_name: monitoring-grafana-dashboard-importer
|
container_name: monitoring-grafana-dashboard-importer
|
||||||
restart: "no"
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
|
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
|
||||||
dns:
|
dns:
|
||||||
@@ -202,6 +202,8 @@ services:
|
|||||||
}, dashboard_id)
|
}, dashboard_id)
|
||||||
print(f"Imported Grafana dashboard {dashboard_id}")
|
print(f"Imported Grafana dashboard {dashboard_id}")
|
||||||
PY
|
PY
|
||||||
|
echo "Dashboard import complete; keeping sidecar alive for Komodo status."
|
||||||
|
sleep infinity
|
||||||
|
|
||||||
node-exporter:
|
node-exporter:
|
||||||
image: prom/node-exporter:v1.9.1
|
image: prom/node-exporter:v1.9.1
|
||||||
|
|||||||
Reference in New Issue
Block a user