Hi all - I have an application monitor with several windows service components. If a specific service is down, I would like SAM to start the service (which is easy), then wait 60 seconds and restart the other services. The problem is getting the componentID for the other services to plug into the APMServiceControl.exe ${N=SwisEntity;M=ComponentAlert.ComponentID}.
I suppose I could create a component alert unique to each server running the application, and hard code the variables, but that isn't very scalable.
Any thoughts?
Kevin