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