This repository is used for learning DevOps and creating projects.
A shell script that monitors the health of Ubuntu virtual machines by analyzing CPU, memory, and disk usage.
Location: vm_health_check/
Quick Start:
cd vm_health_check
# Basic health check
./vm_health_check.sh
# Detailed health check with explanations
./vm_health_check.sh explainSee vm_health_check/README.md for complete documentation.