Forum Discussion

mishpan_70054's avatar
mishpan_70054
Icon for Nimbostratus rankNimbostratus
Aug 10, 2012

How Oracle monitor work in f5 ltm ?

Hi All

 

 

I added below mentioned monitor on one our db pool, it start marking it up & active

 

 

-------

 

 

b monitor pan_oat_monitor {

 

defaults from oracle

 

database "PANOAT"

 

password "pass@123"

 

recv "READ WIRTE"

 

send "select open_mode from v$database"

 

username "helthcheck"

 

}

 

 

-----------------

 

How does actually this monitor work ?

 

 

 

 

 

2 Replies

  • is this discussion topic useful?

     

     

    Health Monitor

     

    https://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/63/aft/1184849/showtab/groupforums/Default.aspx
  • Thanks for response,

     

     

    Actually i want make a script which i will run on my unix bastion host for testing the health of remotely hosted db servers. That why i actually like to know what all steps it execute to do this health check.