Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created April 14, 2017 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KensoDev/b5f9436f8f39ee71a74bb22e7b4be349 to your computer and use it in GitHub Desktop.
Save KensoDev/b5f9436f8f39ee71a74bb22e7b4be349 to your computer and use it in GitHub Desktop.
cluster monitoring notification template
{
"source": [
"aws.ecs"
],
"detail-type": [
"ECS Task State Change"
],
"detail": {
"clusterArn": [
"${cluster_arn}"
],
"lastStatus": [
"STOPPED"
],
"stoppedReason" : [
"Essential container in task exited"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment