feat: Add Platform Health Check module with universal and platform-specific checks

This commit is contained in:
Developer
2026-03-19 19:56:04 -04:00
parent 0b0fd8c5c8
commit 2d9cc9a23f
2 changed files with 386 additions and 0 deletions
+2
View File
@@ -148,6 +148,7 @@ show_main_menu() {
echo -e "${BOLD}Quick Diagnostics:${NC}"
echo ""
echo -e " ${MAGENTA}1)${NC} 🏥 System Health Check - Full server diagnostics"
echo -e " ${MAGENTA}1a)${NC} 🖥️ Platform Health Check - Component & service status"
echo ""
echo -e "${BOLD}Main Categories:${NC}"
echo ""
@@ -693,6 +694,7 @@ main() {
case $choice in
1) run_module "diagnostics" "system-health-check.sh" ;;
1a) run_module "diagnostics" "platform-health-check.sh" ;;
2) handle_security_menu ;;
3) handle_website_menu ;;
4) handle_performance_menu ;;