mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:33:56 -04:00
* 🔧 feat(healthcheck): Add process resource check Adds a new check to the healthcheck script that displays the top 5 CPU and memory consuming processes, as well as checks for any zombie processes. This provides more detailed information about the system's resource utilization. * ✨ feat: Implement comprehensive system health checks This commit introduces a comprehensive system health check module to the CasaOS healthcheck script. The new checks include: - Network interface status and error/drop monitoring - Network latency testing to common targets - Filesystem health checks, including inode usage and mount point write access - Time synchronization status, including NTP sync - Log rotation configuration and large log file detection These additional checks provide a more thorough assessment of the overall system health, helping to identify potential issues that could impact the CasaOS application. The goal is to proactively detect and report on common system problems, allowing users to address them before they become critical. * ✨ feat(casaos-healthcheck): Update healthcheck version to 3.4 The changes update the version of the BigBearCasaOS Healthcheck from 3.3 to 3.4. This update is necessary to reflect the latest improvements and bug fixes in the healthcheck script.
Run command
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/casaos-healthcheck/run.sh)"