From 0f572ff9f242a91cbc271e3c45c0e27428ee1f2e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Jul 2026 12:37:07 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20mumuni=20from=20health=20check?= =?UTF-8?q?=20=E2=80=94=20now=20inside=20Abiba=20CT=20100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/agent-health-check.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/agent-health-check.py b/scripts/agent-health-check.py index 2c302e7..b4df68f 100755 --- a/scripts/agent-health-check.py +++ b/scripts/agent-health-check.py @@ -41,10 +41,9 @@ PVE_NODES = { # Agent definitions: ct, host, user, pve_node, vault_key_name AGENTS = { "tanko": {"ct": 112, "host": "192.168.68.122", "user": "jerome", "pve": "amdpve", "vault_key": "TANKO_LITELLM_API_KEY"}, - "mumuni": {"ct": 114, "host": "192.168.68.123", "user": "root", "pve": "hwepve", "vault_key": "MUMUNI_LITELLM_API_KEY"}, + "abiba": {"ct": 100, "host": "192.168.68.24", "user": "root", "pve": "hwepve", "vault_key": None}, # Pi agent + Mumuni Zulip, no vault key "koby": {"ct": 111, "host": "192.168.68.129", "user": "root", "pve": "amdpve", "vault_key": "KOBY_LITELLM_API_KEY"}, "koonimo": {"ct": 113, "host": "192.168.68.114", "user": "root", "pve": "amdpve", "vault_key": "KOONIMO_LITELLM_API_KEY"}, - "abiba": {"ct": 100, "host": "192.168.68.24", "user": "root", "pve": "hwepve", "vault_key": None}, # Pi agent, no vault key } GPU_HOSTS = {