Standardize disk usage to 7 GB across all documentation
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user