{"id":22913700,"url":"https://github.com/adri6336/ubuntu-checkup","last_synced_at":"2026-04-14T00:01:32.802Z","repository":{"id":266934883,"uuid":"899805590","full_name":"Adri6336/ubuntu-checkup","owner":"Adri6336","description":"Ubuntu-checkup is a Linux system repair and reporting tool designed to maintain the health of Ubuntu-derived systems","archived":false,"fork":false,"pushed_at":"2024-12-09T20:22:42.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T13:51:26.964Z","etag":null,"topics":["bash","error-reporting","linux","linux-maintenance","maintenance"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adri6336.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-07T04:14:32.000Z","updated_at":"2024-12-09T20:22:46.000Z","dependencies_parsed_at":"2024-12-07T05:29:04.614Z","dependency_job_id":null,"html_url":"https://github.com/Adri6336/ubuntu-checkup","commit_stats":null,"previous_names":["adri6336/ubuntu-checkup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adri6336%2Fubuntu-checkup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adri6336%2Fubuntu-checkup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adri6336%2Fubuntu-checkup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adri6336%2Fubuntu-checkup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adri6336","download_url":"https://codeload.github.com/Adri6336/ubuntu-checkup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635958,"owners_count":20809330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","error-reporting","linux","linux-maintenance","maintenance"],"created_at":"2024-12-14T05:11:11.039Z","updated_at":"2025-10-30T09:02:56.560Z","avatar_url":"https://github.com/Adri6336.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubuntu-checkup\nUbuntu-checkup is a Linux system repair and reporting tool designed to maintain the health of Ubuntu-derived systems. By automating routine maintenance tasks and generating detailed system health reports, it serves as a one-stop solution for keeping your system optimized and secure.\n\n# Features\n- **System Updates**: Automates the process of updating and upgrading installed packages to ensure your system is up-to-date.\n- **Disk Usage Monitoring**: Provides detailed insights into disk space utilization across all mounted filesystems.\n- **Memory and CPU Analysis**: Reports on memory usage and CPU load to help identify performance bottlenecks.\n- **SMART Disk Status**: Checks the health of your storage devices using SMART diagnostics.\n- **System Logs Review**: Analyzes recent system logs for errors, failures, and critical events, providing explanations for common issues.\n- **Package Integrity Checks**: Uses debsums to verify the integrity of installed packages and attempts repairs for corrupted ones.\n- **HTML Reporting**: Compiles all findings into a structured and easy-to-read HTML report for quick reference.\n- **Customizable Options**: Offers various flags to skip specific checks, specify log/report file locations, and more.\n\n![Log](https://github.com/user-attachments/assets/b9606e01-ef35-4fb1-94d4-2202b95bad32)\n\n# Installation\n\n1: Clone the Repository\n\n    git clone https://github.com/Adri6336/ubuntu-checkup.git\n    cd ubuntu-checkup\n   \n2: Make the Script Executable\n\n\n    chmod +x checkup\n\n3: Move to a Directory in Your PATH\n\n    sudo mv checkup /usr/local/bin/\n   \n# Usage\nRun the checkup script with root privileges to perform a full system check and generate a health report.\n\n    sudo checkup\n    \n# Options\n-n, --no-update\nSkip the system update and upgrade steps.\n\n-s, --skip-smart\nSkip SMART disk checks.\n\n-d, --no-debsums\nSkip debsums package integrity checks.\n\n-l, --log-file FILE\nSpecify an alternate log file path. Default: /var/log/system_maintenance.log\n\n-r, --report-file FILE\nSpecify an alternate report file path. Default: $USER_HOME/system_health_report_\u003ctimestamp\u003e.html\n\n-h, --help\nShow the help message and exit.\n\n# Examples\n\nRun a full system check and generate a report:\n\n    sudo checkup\n    \nRun checkup but skip SMART checks and system updates:\n\n    sudo checkup --skip-smart --no-update\n\n# Dependencies\nThe script relies on several utilities to perform its tasks. These include:\n\n1. apt-get\n2. smartctl (from smartmontools)\n3. debsums\n4. Standard Unix utilities (grep, awk, sed, etc.)\n\nThe script will attempt to install any missing dependencies automatically.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadri6336%2Fubuntu-checkup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadri6336%2Fubuntu-checkup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadri6336%2Fubuntu-checkup/lists"}