BB Unix Network Monitor - Message

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

RE: {bb} Database tablespace monitoring using BB



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-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of satish kumar
Sent: Monday, November 21, 2005 8:42 AM
To: bb
Subject: {bb} Database tablespace monitoring using BB

 

Hi All,

We have a requirement of monitoring tablespace which is filled more than 90% and any object which is not analyzed since a week.

Is this possible in BB using ext scripts? if so please let me know at the earliest.

Thanks, Satish


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.
-------------------------------------------------------------------------------


Home | Main Index | Thread Index