Open
Description
Docker container can be restarted externally - with docker restart or during new version deployment.
Another case - when container launched with --restart=yes and application inside container exited for some reason - for example with error or been killed on OOM.
It will be very useful to have separated events for this two cases, so I can configure alarm on second.
Another option - ability to handle group of events events to generate alert. First case generate 'kill' event before 'die', and second - only 'die' event.