BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} Call a script on disk threshold alert



Asif Iqbal a écrit :
Hi All

I am looking for a script or a modification of bb-disk.sh to call a rotate log script in the even of a disk threshold alert. I can cook up one if there is not one out there already.

Thanks

Hi Asif


you can modify $BBHOME/bin/bb-disk.sh like this :

if test "$DISKPCT" -ge "$DFPANICVAL" # ABOVE PANIC, RED ALERT !!!
then
COLOR="red"
MARK="PANIC"
MARKLEVEL=$DFPANICVAL
HIGHMARK="PANIC"
GIFCOLOR="&red"
REDLINE="${GIFCOLOR} ${DISKNAME} (${DISKPCT}%) has reached the defined disk space ${MARK} level (${MARKLEVEL}%)
${REDLINE}"


   # addition begin
   sudo /path/to/my/rotatescript.sh
   # addition end
fi

--

Frédéric Mangeant

Steria EDC Sophia-Antipolis




-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-= To unsubscribe from this list, or to subscribe to the bb-digest list send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index