From e7752c1b1289533a3c9b5d6c0fc2a77b5cad97de Mon Sep 17 00:00:00 2001 From: Gui-Gos <97973228+Gui-Gos@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:42:52 +0100 Subject: [PATCH] Standardize disk usage to 7 GB across all documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed all disk size references from ~7-8GB, 7,4G, and ~5GB to consistent 7 GB format for professional appearance. Updated files: - description.md (2 occurrences) - wazuh-health-check.sh (4 occurrences) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- apps/wazuh-runtipi/data/debug/wazuh-health-check.sh | 8 ++++---- apps/wazuh-runtipi/metadata/description.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/wazuh-runtipi/data/debug/wazuh-health-check.sh b/apps/wazuh-runtipi/data/debug/wazuh-health-check.sh index 2f1ea22..3d59d8a 100644 --- a/apps/wazuh-runtipi/data/debug/wazuh-health-check.sh +++ b/apps/wazuh-runtipi/data/debug/wazuh-health-check.sh @@ -187,12 +187,12 @@ if [ -d "$DATA_DIR" ] && [ -n "$DATA_DIR" ]; then echo -ne " Size: $SIZE_HUMAN ($SIZE_GB GB) - " if [ "$SIZE_GB" -gt 40 ]; then - echo -e "${RED}⚠ WARNING: Excessive size! Expected ~5GB${NC}" + echo -e "${RED}⚠ WARNING: Excessive size! Expected 7 GB${NC}" echo -e " ${YELLOW}Possible indexer infinite loop - check Bug #1${NC}" elif [ "$SIZE_GB" -gt 20 ]; then - echo -e "${YELLOW}⚠ INFO: Higher than expected (~5GB)${NC}" + echo -e "${YELLOW}⚠ INFO: Higher than expected (7 GB)${NC}" else - echo -e "${GREEN}✓ OK (expected ~5GB)${NC}" + echo -e "${GREEN}✓ OK (expected 7 GB)${NC}" fi else echo -e "${RED}✗ Data directory not found: $DATA_DIR${NC}" @@ -537,7 +537,7 @@ if [ -n "$SIZE_GB" ] && [ "$SIZE_GB" -gt 20 ]; then echo -e "${YELLOW}⚠ Disk: Higher than expected usage ($SIZE_GB GB)${NC}" ((ISSUES++)) elif [ -n "$SIZE_GB" ]; then - echo -e "${GREEN}✓ Disk: Usage normal (~5GB)${NC}" + echo -e "${GREEN}✓ Disk: Usage normal (7 GB)${NC}" else echo -e "${YELLOW}⚠ Disk: Could not determine usage${NC}" fi diff --git a/apps/wazuh-runtipi/metadata/description.md b/apps/wazuh-runtipi/metadata/description.md index 85f356b..0c6d3a4 100644 --- a/apps/wazuh-runtipi/metadata/description.md +++ b/apps/wazuh-runtipi/metadata/description.md @@ -245,7 +245,7 @@ bash /opt/runtipi/app-data/*/wazuh-runtipi/data/debug/wazuh-health-check.sh **Ce script vérifie automatiquement:** - ✅ Santé de tous les services (healthy/unhealthy) -- ✅ Utilisation disque (~7-8GB attendu pour installation fraîche) +- ✅ Utilisation disque (7 GB attendu pour installation fraîche) - ✅ Présence des 8 fichiers de sécurité OpenSearch - ✅ Connectivité réseau entre conteneurs - ✅ Configuration du dashboard et manager @@ -430,7 +430,7 @@ Configuration par défaut des conteneurs: ### Espace Disque -Utilisation disque normale: **~7-8GB** pour une installation fraîche +Utilisation disque normale: **7 GB** pour une installation fraîche L'espace augmente avec: - Nombre d'agents connectés