This repository contains Linux monitoring and health-check scripts designed to demonstrate practical operational support skills (system visibility, basic alerting patterns, and troubleshooting signals).
- Collecting key system signals (CPU, memory, disk usage, processes)
- Producing simple status outputs suitable for automation or scheduled checks (cron)
- Basic operational mindset: detect issues early, provide actionable signals
- Review scripts inside the project folder(s) and run them locally on Linux
- Optionally schedule checks via
cronto simulate periodic monitoring
This is intentionally lightweight and focuses on fundamentals that translate well to cloud/containers monitoring later (Prometheus/Grafana, CloudWatch, etc.).