Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 456 Bytes

File metadata and controls

6 lines (6 loc) · 456 Bytes

Automation-using-BASH-Shell-Script

This repository contains source script for below features:

  1. Check the status of all services running on the server as well as disk space of those file system whose usage exceeded the threshold.
  2. Send a mail to recepients if disk space usage of file system exceeded the threshold.
  3. If any service is not up and running, it will send a mail to the recepients.
  4. It will restart the services which are not running.