Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
100daysofdevops authored Mar 13, 2023
1 parent 5e719bc commit 599d0ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions check_system_utilization_metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 599d0ca

Please sign in to comment.