Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-healthcheck

A simple Bash-based healthcheck tool for node operators using WSL or Ubuntu.

Features

  • Hostname check
  • User check
  • Uptime check
  • Load average check
  • Memory check
  • Disk check
  • Root disk usage percentage
  • Disk usage warning threshold
  • Process check
  • Port check
  • Overall status summary

Structure

  • scripts/ -> main healthcheck script
  • docs/ -> usage notes
  • examples/ -> sample output

Main Script

healthcheck.sh

Runs a quick health report for a local machine.

Usage

Run: bash scripts/healthcheck.sh <process_name>

Example: bash scripts/healthcheck.sh bash 22

This means:

  • check process name: bash
  • check port: 22

Roadmap

  • Add colorized output
  • Add log file export
  • Add custom process list
  • Add warning thresholds for memory and load

About

Simple Bash healthcheck tool for node operators with process, port, disk, memory, and uptime checks.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages