🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Eternal System Health

by @eternal0404

System health monitoring and reports

Versionv1.0.0
Downloads326
TERMINAL
clawhub install eternal-system-health

πŸ“– About This Skill


name: system-health description: System health monitoring and reports

system-health

Monitor system health: CPU, memory, disk, processes, and network. Generate health reports.

Usage

# Quick health check
python3 scripts/syshealth.py check

Generate a full report

python3 scripts/syshealth.py report

Continuous monitoring

python3 scripts/syshealth.py monitor --interval 60

Specific checks

python3 scripts/syshealth.py check --category disk

Commands

  • check β€” Run a quick health check
  • report β€” Generate a detailed system report
  • monitor β€” Continuous monitoring with periodic checks
  • Options

  • --category β€” Check specific category: cpu, memory, disk, network, processes
  • --interval β€” Monitoring interval in seconds (default: 60)
  • --output, -o β€” Write report to file
  • --threshold β€” Alert threshold percentage for disk/memory (default: 80)
  • πŸ’‘ Examples

    # Quick health check
    python3 scripts/syshealth.py check

    Generate a full report

    python3 scripts/syshealth.py report

    Continuous monitoring

    python3 scripts/syshealth.py monitor --interval 60

    Specific checks

    python3 scripts/syshealth.py check --category disk

    βš™οΈ Configuration

  • --category β€” Check specific category: cpu, memory, disk, network, processes
  • --interval β€” Monitoring interval in seconds (default: 60)
  • --output, -o β€” Write report to file
  • --threshold β€” Alert threshold percentage for disk/memory (default: 80)