I would probably write a script to poll the AM REST API and detect changes in the container list. Looks like the endpoint http://<rm_host>:8088/proxy/<application_id>/ws/v1/slider/application/live/components/<component_name> returns some json that includes an array "containers": [ ].
On Mon, Apr 24, 2017 at 11:37 AM, David.Serafini <david.seraf...@target.com> wrote: > What's the best way to get a slider program to send email whenever an > application container crashes and restarts? > > thanks, > -david > > >