I have an alert set up that needed all components to be set before the alert is triggered..
This was accomplished by createing a group that had all the components in it. The group was set only when all individual components were triggered..
My delema is this..
I have a group level alert that say yes we are active.. it triggers the email I need, writes the log i want , but I also need it to restart a service. the service that is down or hung is the cause for the individual issues (components) being in a warning state.
Normally the process would be to have a trigger condition to execute a program the executable would be as below..
C:\Program Files\Solarwinds\Orion\APM\APMServiceControl.exe ${ComponentId}
Becuase a group level alert does not allow components to be referecend.. how can I trigger the restart.. ?