DX Unified Infrastructure Management

  • 1.  Cold Stop a Probe via LUA script

    Posted Nov 29, 2011 11:26 PM

    Community,

    I am wanting to know how to cold stop probes via LUA. I want to match what manually you do by clicking the STOP Sign Icon in the CTRL P Menu. How can I send this via LUA Script to a robot as i dont see a call back option to run? In particular I am going to run this against the Spooler probe.



  • 2.  Re: Cold Stop a Probe via LUA script
    Best Answer

    Posted Nov 29, 2011 11:38 PM

    You need to invoke the _stop callback to tell the probe to stop.

     

    If you enable expert mode in the Probe Utility (Ctrl+P) settings, you will see this callback and a few others that also start with underscores. Those callbacks also typically work with custom probes that use the Nimsoft SDK to accept callbacks.