Ok, I will try and explain as best I can how this is setup. I am receiving Syslog messages on the same Cirrus box using Orion Syslog server.
I have real time alerts enabled in Cirrus. I have a rule in the syslog server:
Message Type Pattern: %SYS-5-CONFIG_I:* (Tried with and without the *)
Alert Actions: "C:\Program Files\Solarwinds\Configuration Management\ConfigAutoDownload.exe" ${IP}
Have tried with and without quotes.. Even hardcoded the IP to the device I am testing with and no luck.. It's like the action is not firing or the alert is not working...
I can from a command prompt do C:\Program Files\Solarwinds\Configuration Management\ConfigAutoDownload.exe 10.bbb.ccc.ddd and I get a proper email alert... So what am I doing wrong?
Thanks