Concept Flow - Disk space monitoring script
Start Script
Check disk usage with df
Parse output to get usage %
Compare usage with threshold
Send alert
End Script
The script checks disk usage, compares it to a limit, and sends an alert if usage is too high.