DX Unified Infrastructure Management

 View Only
  • 1.  Callback command to set the Origin on the HUB Probe?

    Posted Jul 14, 2011 12:10 AM

    Community,

     

    I am looking for probe callback to allow me to set the ORIGIN on the HUB Probe. I can easily set the ORIGIN on my Controller/Spooler but for my HUB Robots I need to set the ORIGIN on the HUB and i dont see this ability available except through the GUI on the HUB Advanced settings? I am going to use LUA to run the Call back since i have hundreds of HUB Robots i need to set. Any help is appreciated.

     

     

    Thanks,

    Jarrod



  • 2.  Re: Callback command to set the Origin on the HUB Probe?
    Best Answer

    Posted Jul 14, 2011 12:27 AM

    Jarrod,

     

    You should be able to set the origin in hub.cfg by using the probe_config_set callback on the controller. After doing that, I think you just have to send a _restart to the hub to make it pick up the change.

     

    -Keith