We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon an initial chef run, sensu-server and sensu-api should restart at the end of the run.
After we upgraded from Chef-client 13.8 to 14.8.12, sensu-server and sensu-api restarts every chef-client run. at the end of each run I see
Recipe: sensu::default * ruby_block[sensu_service_trigger] action create - execute the ruby block sensu_service_trigger * service[sensu-server] action restart - restart service service[sensu-server] * service[sensu-api] action restart - restart service service[sensu-api] Running handlers: Running handlers complete
Still no solution. I am having to let the system restart every time we run chef.
A restart everytime is not good
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Upon an initial chef run, sensu-server and sensu-api should restart at the end of the run.
Current Behavior
After we upgraded from Chef-client 13.8 to 14.8.12, sensu-server and sensu-api restarts every chef-client run. at the end of each run I see
Possible Solution
Still no solution. I am having to let the system restart every time we run chef.
Steps to Reproduce (for bugs)
Context
A restart everytime is not good
Your Environment
The text was updated successfully, but these errors were encountered: