mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-16 02:31:56 -04:00
[PR #18] [MERGED] Add more Healthchecks to BigBearCasaOS Healthcheck #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/18
Author: @dragonfire1119
Created: 10/25/2024
Status: ✅ Merged
Merged: 11/15/2024
Merged by: @dragonfire1119
Base:
master← Head:Add-more-healthchecks-to-BigBearCasaOS-Healthcheck📝 Commits (3)
a471c67🔧 feat(healthcheck): Add process resource checkd65234c✨ feat: Implement comprehensive system health checks0870652✨ feat(casaos-healthcheck): Update healthcheck version to 3.4📊 Changes
1 file changed (+332 additions, -1 deletions)
View changed files
📝
casaos-healthcheck/run.sh(+332 -1)📄 Description
This pull request adds more comprehensive healthchecks to the BigBearCasaOS Healthcheck script. The changes include:
Process Resource Check: A new check has been added 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.
Comprehensive System Health Checks: This commit introduces a set of new system health checks, including:
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.
These improvements to the healthcheck script will enhance the monitoring and troubleshooting capabilities of the BigBearCasaOS Healthcheck, ensuring that system administrators have a clear understanding of the overall health and performance of their deployment.
Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.