Build a Linux System Monitor Using Bash | Challenge

# Introduction In this project, you will learn how to create a Linux system monitor using a shell script. The system monitor will continuously monitor the CPU, memory, and disk usage of your Linux system and display the usage percentages. If any of the thresholds for CPU, memory, or disk usage are exceeded, an alert will be sent. You can customize the threshold values as per your requirements and add your own logic to send alerts. ![Linux System Monitor](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/linux/project-build-a-linux-system-monitor-using-bash/challenge-1/assets/20230921-10-27-33-FzsHsjSV.png) ## 🎯 Tasks In this project, you will learn to: - Create a shell script to monitor system resources - Set threshold values for CPU, memory, and disk usage - Define a function to send alerts when thresholds are exceeded ## 🏆 Achievements In this project, you will learn: - How to create a shell script in bash - How to monitor system resources such as CPU, memory, and disk usage - How to set threshold values and send alerts when thresholds are exceeded

|60 : 00

Click the virtual machine below to start practicing