DX Unified Infrastructure Management

 View Only

Changing probe configuration with AO (Script)

  • 1.  Changing probe configuration with AO (Script)

    Posted Mar 22, 2017 02:50 PM

    Hello,

     

    I'm looking for a solution to change the probe cfg (net_connect). Whenever a specific alarm occurs, I will run a script to make the change.

     

    Does anyone have an idea how I can do this?

     

    I need to change the net_connect probe settings:

     

        <PROFILE>
           Msg_ok = MsgConnectOk_A
           Msg_fail = MsgConnectFail_A
        </ PROFILE>

     

        <PROFILE>
           Msg_ok = MsgConnectOk_B
           Msg_fail = MsgConnectFail_B
        </ PROFILE>

     

    Thank you.