Created
January 29, 2016 20:41
-
-
Save eicnix/5be5b9b6cd9b316a3eed to your computer and use it in GitHub Desktop.
Check the status of the new startedInstances
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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