Hello,
I need to alert on any of four services that go down and restart them in a specific (see below) order. What would be the best way to do that? The services are running on 4 different Windows Servers 2012R2.
Here's the order I need to restart the services in regardless of which order they may have failed in.
1. Accumulators.Publisher
2. Accumulators.Subscriber
3. Accumulators.DataProcessing
4. Accumulators.ProcessRetryService
Thank you-