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

implement 1703 exclude data collector from status endpoint #1716

Conversation

PrajaktaPurohit
Copy link
Contributor

@PrajaktaPurohit PrajaktaPurohit commented Aug 7, 2019

Description

This is a PR to run changes from #1704 through our build and test system.

Issues Resolved

#1704

Check List

Adds a configuration option to allow the data_collector health check to be excluded from the overall health reported by the _status endpoint.

Add `data_collector['health_check'] = false` to `/etc/opscode/chef-server.rb` and reconfigure to disable data_collector health checking.

When using the _status endpoint to control which frontends are included in the load balancer pool, perfectly good frontends are removed from the pool if the data_collector endpoint (Automate 1 or 2) is down.

This causes an unnecessary Chef Server outage as all the frontends are perfectly able to service requests.

Reported by 2 customers.

Signed-off-by: Richard Nixon <rnixon@chef.io>
…rectly parsed from the config

Signed-off-by: Richard Nixon <rnixon@chef.io>
Signed-off-by: Richard Nixon <rnixon@chef.io>
@PrajaktaPurohit PrajaktaPurohit requested a review from a team August 7, 2019 17:10
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

Successfully merging this pull request may close these issues.

3 participants