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

sensu gitlab plugin is not compatible with gitlab version >=12.4 #16

Open
art-shutter opened this issue Dec 20, 2019 · 0 comments
Open

Comments

@art-shutter
Copy link

As per gitlab's docs here, the JSON payload of response to curl 'https://gitlab.example.com/-/liveness' has changed. It used to provide separate entries (example: {"db_check":{"status":"ok"},"redis_check":{"status":"ok"},"cache_check":{"status":"ok"},"queues_check":{"status":"ok"},"shared_state_check":{"status":"ok"},"gitaly_check":{"status":"ok"}}), but now the response is something like { "status": "ok" } .

I believe there needs to be an update to reflect these breaking changes in GitLab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant