disk_filling
Purpose:
-
Check the disk usage percentage of a specified directory and send an email if it exceeds the specified limit.
Enter:
-
disk_filling <path_name> <disk_percentage_limit> <user_email_address>
Where:
-
path_name
Specify the directory name to check.
disk_percentage_limit
Specify a disk usage percentage limit.
user_email_address
Specify the receiver’s email address.
Example:
-
disk_filling obj 60 username@trplabs.com