Skip to content

Instantly share code, notes, and snippets.

@eicnix
Created January 29, 2016 20:41
Show Gist options
  • Save eicnix/5be5b9b6cd9b316a3eed to your computer and use it in GitHub Desktop.
Save eicnix/5be5b9b6cd9b316a3eed to your computer and use it in GitHub Desktop.
Check the status of the new startedInstances
#!/bin/sh
curl mymarathonHost:8080/v2/apps/myapp.v2 /green | jq '.tasks[].healthCheckResults[] | select (.alive == false)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment