Thursday, June 25, 2026

Send a email if the file system is more than 75 %



df -hP | awk '$5+0 >= 75 {print "Filesystem "$6" is "$5" full"}' | mailx -s "Disk Space Alert" gurudatta.nadig@gmail.com

No comments:

Post a Comment