Anyone using Rexx scripts?
You can execute any external program as an alert action, including a windows Rexx interpreter.
http://rexxinfo.org/html/rexxinfo2.html
So far it appears to only work when I do not use the alert variable form of ${...}
Instead, I have to spell it out, like for instance, NodeName, or ServiceName, .etc
Any ideas on how to handle or pass these variables from Orion alerts?
Thanks for the reply.
Can you give me an example of what's not working (and how it's not working)?
For example.
It only works when I change this
C:\WINDOWS\system32\regina.exe StartService ${Node.Caption} ${ComponentName}
to this
C:\WINDOWS\system32\regina.exe StartService mynodename audiosrv