From df836b115c483c85a1f989f0bf74e5ed2e4706ea Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jul 2026 17:13:55 +0000 Subject: [PATCH] =?UTF-8?q?no-mistakes(review):=20fix=20review=20findings:?= =?UTF-8?q?=205=E2=86=926=20node=20labels,=20parameterize=20dual-gateway?= =?UTF-8?q?=20restart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxmox-monitor.prose.md | 4 ++-- zulip-health.prose.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proxmox-monitor.prose.md b/proxmox-monitor.prose.md index 61ecdfc..fe06c60 100644 --- a/proxmox-monitor.prose.md +++ b/proxmox-monitor.prose.md @@ -20,7 +20,7 @@ agent: abiba └───────┬──────────────┬──────────────┬───────────────────────┘ │ │ │ ▼ ▼ ▼ - pve-exporter docker-stats (scrapes 5x node_exporter) + pve-exporter docker-stats (scrapes 6x node_exporter) :9221 :9324 │ │ ▼ ▼ @@ -71,7 +71,7 @@ agent: abiba | File | Host | Purpose | |------|------|---------| | `/opt/monitoring/docker-compose.yml` | .116 | monitoring stack (prometheus, grafana, pve-exporter, docker-stats) | -| `/opt/monitoring/prometheus.yml` | .116 | 6 scrape jobs (3 GPU, pve, node x5, docker-stats) | +| `/opt/monitoring/prometheus.yml` | .116 | 6 scrape jobs (3 GPU, pve, node x6, docker-stats) | | `/opt/monitoring/pve.yml` | .116 | PVE API credentials (chmod 644, contains token) | | `/opt/monitoring/docker-stats-exporter.py` | .116 | custom Docker metrics exporter | | `/opt/monitoring/grafana/dashboards/build-dashboards.py` | .116 | dashboard JSON generator | diff --git a/zulip-health.prose.md b/zulip-health.prose.md index 876fd2e..e3490c5 100644 --- a/zulip-health.prose.md +++ b/zulip-health.prose.md @@ -199,7 +199,7 @@ Check `platforms.zulip.state`: `connected` ✅ | `disconnected` ❌ | `error` ssh root@ "ps aux | grep 'gateway run' | grep -v grep" ``` -Gateway PID should exist with uptime > 60s. **Dual-gateway detection**: if more than one `gateway run` process is found, the gateway has a collision (typically one `--force` and one `--replace` process). Kill the newer/duplicate process, then restart the remaining gateway via PM2 (`pm2 restart mumuni-zulip`). Check gateway log for "Gateway running with 2 platform(s)" (not 1) to confirm Zulip reloaded. +Gateway PID should exist with uptime > 60s. **Dual-gateway detection**: if more than one `gateway run` process is found, the gateway has a collision (typically one `--force` and one `--replace` process). Kill the newer/duplicate process, then restart the remaining gateway: for Mumuni (PM2-managed), use `pm2 restart mumuni-zulip`; for Tanko (systemd/non-PM2), use `hermes gateway restart`. Check gateway log for "Gateway running with 2 platform(s)" (not 1) to confirm Zulip reloaded. **B3: Heartbeat Verification**