From 4bbb4afd05e7a14beeb764a222462cd525715a57 Mon Sep 17 00:00:00 2001 From: Gui-Gos <97973228+Gui-Gos@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:47:16 +0100 Subject: [PATCH] docs: Add web-based health check verification section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add documentation for post-installation health verification via the Wazuh web interface at /app/logs#/health-check endpoint. This provides users with a visual alternative to the CLI script. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- apps/wazuh-runtipi/metadata/description.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/wazuh-runtipi/metadata/description.md b/apps/wazuh-runtipi/metadata/description.md index ee31f31..4fdfc1e 100644 --- a/apps/wazuh-runtipi/metadata/description.md +++ b/apps/wazuh-runtipi/metadata/description.md @@ -268,6 +268,20 @@ bash /opt/runtipi/app-data/*/wazuh-runtipi/data/debug/wazuh-health-check.sh - ✅ Variables d'environnement SSL Filebeat (méthode officielle) - ✅ Initialisation de la sécurité OpenSearch +### Vérification via l'Interface Web + +Après l'installation, vous pouvez également vérifier la santé de votre déploiement directement dans l'interface Wazuh: + +**URL de vérification:** `https://VOTRE_IP:5601/app/logs#/health-check` + +Cette page affiche: +- État des services Wazuh (indexer, manager, dashboard) +- Statistiques de performance en temps réel +- Alertes de santé du cluster +- Métriques de connectivité des agents + +**Note:** Remplacez `VOTRE_IP` par l'adresse IP de votre serveur Runtipi. Si vous utilisez un proxy inverse avec un nom de domaine, utilisez celui-ci à la place. + --- ## 📱 Déployer des Agents Wazuh