system-health

Automate comprehensive system health checks across gateway, services, disks, memory, temperatures, and git status using Bash and Unix tools.

3|Updated Jul 17, 2024
One-click install
npx skills add https://github.com/Castrozan/.dotfiles --skill system-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-health
Source: https://github.com/Castrozan/.dotfiles/tree/main/agents/skills/system-health
Command: npx skills add https://github.com/Castrozan/.dotfiles --skill system-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates quick, comprehensive health checks for critical infrastructure, helping teams detect issues early and reduce downtime.

Core Features & Use Cases

  • Gateway and remote agent health checks
  • Disk, memory, and CPU temperature monitoring
  • Uptime, load, and git status snapshots for workspace and dotfiles
  • Quick, on-demand validation for night shifts and maintenance windows

Quick Start

Run the health check script: bash scripts/system-health.sh

Frequently Asked Questions about system-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a comprehensive system health check across disk, memory, and uptime?

You can automate a system health check by running a Bash script that uses standard Unix tools like curl, df, free, and uptime to produce a readable report covering disk usage, memory, temperatures, and uptime.

What is included in an automated server health report for maintenance windows?

An automated server health report includes gateway and remote agent status, disk usage, memory, CPU temperatures, uptime, load, and git status snapshots for workspaces and dotfiles to help detect issues early.

Do I need to install additional monitoring tools to check CPU temperature and disk usage?

No, you only need Bash and standard Unix tools like df, free, and uptime, with optional hardware sensors, to run the script and monitor disk usage and temperatures without heavy monitoring tools.

Can I use a Bash script to monitor remote agent health and git status?

Yes, you can use a Bash script to automate remote agent health checks and capture git status snapshots for both your workspace and dotfiles during night shifts or on-demand validations.

What is the best way to automate infrastructure health checks for night shifts?

The best way to automate infrastructure health checks for night shifts is running a Bash script that validates gateway, services, disk, memory, and temperatures to quickly detect issues and reduce downtime.