Help for this page
# warning level 10% my $warning_level=10; ... my $out = sprintf("Disk space on $dir => %0.2f%% (OK)\n",$df_free); print $out; }
You can run this script as a cron job: @hourly /path/to/df.pl