From 599d0cad5ad5174f54dfd7beb601d53efd055ef3 Mon Sep 17 00:00:00 2001 From: 100daysofdevops <47483190+100daysofdevops@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:25:10 -0700 Subject: [PATCH] Update README.md --- check_system_utilization_metrics/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/check_system_utilization_metrics/README.md b/check_system_utilization_metrics/README.md index 18f3927..10f8228 100644 --- a/check_system_utilization_metrics/README.md +++ b/check_system_utilization_metrics/README.md @@ -3,20 +3,15 @@ This shell script calculates the memory utilization of a Linux system by subtracting the free, shared, and buffer cache memory from the total memory. If the memory utilization exceeds the threshold (default: 70%), the script will also send an email alert to the specified recipient. ## Requirements - ``` 1. Bash shell 2. mail command (for email alerts) ``` - ## Usage - ``` bash check_memory_usage.sh ``` - ## Contributing Contributions are welcome! If you find any issues or have any suggestions for improvements, please submit an issue or pull request on GitHub. -