Skip to content

Mustem/node-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages