trying to create shell script to monitor logfile size and email an alert message
I am trying to create a shell script that will do a df -h on datafiles, if they are more then 80% full, I want it to send me an email alert message. I have a script that will check my mount points and send me a report once a day, but I need to be more proactive because these will fill really quickly when some jobs are running and they can lock up the database before you know what is going on.
Thanks for any suggestions and help
|