top of page
Projects
Log rotation
This project contains a Bash script that automates the process of log rotation for specified services like httpd and sshd. The script rotates logs, compresses old logs to save disk space, removes logs older than a specified period, and sends a notification email once the log rotation is complete..
Tech: Shell Scripting.

Service Monitoring Script
This project contains a Bash script that monitors essential services like httpd and sshd on MyComp servers. The script checks. If the service is running, restarts it if needed, and sends a notification email to the system administrator if a restart occurs.The script can be automated using cron to run at regular intervals, ensuring continuous monitoring
Tech: Shell Scripting

bottom of page