Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThere are two ways to do this, but both of them involve setting the parameter ls.brain.controller.farm
If want to set the parameter for all graphs, then look in {lavahome}/conf/ls_brain.prop
In ls_brain.prop, it takes the form:
ls.brain.controller.farm=("localhost:7721:8")
Another way to set this is via an environment setting:
export p_ls_brain_controller_farm='("localhost:7721:8")'
The three parts of this parameter are: [hostname or IP]:port:threads
There's a deeper discussion necessary if you use more than one server in the farm at once.