|
You didn't specify which DB you need to
monitor. I use the Roracle-2-14 (you get it from http://www.deadcat.net
) ext script to monitor my Oracle 9i. It can monitor various DB parameters,
including tablespaces. You will need to fix (I use bash on RHEL3)
the 'test' of pin_pct which has a decimal point in it value. Here is what I did:
# Alono - Not working... 'test' doesn't like '.'
#if [[ "${HIT_PCT}" -lt "${PINLIB_RED}" ]]; then
STATUS_RED=`expr $HIT_PCT \< $PINLIB_RED `
STATUS_YELLOW=`expr $HIT_PCT \< $PINLIB_YELLOW `
if [[ $STATUS_RED -eq 1 ]]; then Alon From: owner- Hi All, Yahoo!
FareChase - Search multiple travel sites in one click. ------------------------------------------------------------------------------- The information contained in this message is proprietary of Bezeq International, protected from disclosure, and may be privileged. The information is intended to be conveyed only to the designated recipient(s) of the message. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. ------------------------------------------------------------------------------- |