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