WebLogic Server: Disk Monitoring and Auto Delete Action

Monitoring WebLogic Server Disk Usage and Deleting Logs

1. Below shell script shows /appdata, /root and /u01 mount points’ disk usage #Author: Fevzi Korkutata #Shows server’s /appdata, /ROOT and /u01 disk usage percentage # Modify awk part according to your server ‘df’ command output echo DISK_APPDATA=$(df /appdata | grep /appdata | awk ‘{print $5}’ | tr ‘%’ ‘ ‘) ; echo DISK_ROOT=$(df / […]

Monitoring WebLogic Server Disk Usage and Deleting Logs Read More ยป