6
Apr
2009
Shell Script To Monitor UNIX / Linux Server Disk Space
By admin. Posted in Linux Shell Script
6 Comments » | Share |
Shell script to monitor or watch the disk space and send an email alert if the (free avilable) percentage of space is >= 90% [shell]#!/bin/sh # Shell script to monitor or watch the disk space # It will send an email to $ADMIN, if the (free avilable) percentage # of space is >= 90% # ————————————————————————- # Copyright (c) 2005 nixCraft [...]
Continue reading...




