Forum Discussion

Franz-Joseph_Kr's avatar
Franz-Joseph_Kr
Icon for Nimbostratus rankNimbostratus
Jun 21, 2006

Interfaces for Monitors

Hello,

 

 

I would like to change the Inteval, Timout, Sendstring and Receive

 

String via the Monitor Interfaces, but not find any suitable ones.

 

Has anybody an idea where they are hidden??

 

 

Francis

2 Replies

  • Check out the LocalLB::Monitor::set_template_string_value() and set_template_integer_value() methods. In those methods you pass in a list of values with given enum types. Dig down into the StringValue and IntegerValue structures and you'll find the enums for the properties you are looking for.

     

     

    -Joe