I have a trap alert setup to download configuration files when a Trap comes in.
I would like to "sleep" before downloading that config.
So far I have tried:
ping.exe 127.0.0.1 -n 45 > nul & "C:\Program Files (x86)\SolarWinds\Orion\SolarWinds.NCM.RTNForwarder.exe" ${IP}
This hasn't worked.
Does anyone have a solution they'd like to share?