Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Healthcheckresults #11

Merged
merged 2 commits into from
Jul 20, 2016
Merged

Commits on Jul 20, 2016

  1. Use correct parameter for retrieving running tasks

    There is a typo in the url used for the tasks API call. The state
    parameter doesn't exist and is replaced by this commit with status,
    which is the correct parameter name [0].
    
    Also fixed: A dependency pulls json > 2.0 which depends on ruby > 2.0.
    This breaks the 1.9.3 build, so an explicit requirement of json < 2.0
    is added.
    
    [0]: https://mesosphere.github.io/marathon/docs/rest-api.html#get-v2-tasks
    André Laszlo committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    9c95c78 View commit details
    Browse the repository at this point in the history
  2. Use the health check results to verify that a task is running

    This change checks the health check results for each task and reports
    running but unhealthy tasks as failures. Previously, the health check
    results where ignored, only the state was considered.
    André Laszlo committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    7c3cc84 View commit details
    Browse the repository at this point in the history