-
Notifications
You must be signed in to change notification settings - Fork 290
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
Document what prerequisites are required #262
Comments
|
Happy to get a PR covering this. Thanks! |
|
I have yet to get sensu installed with this puppet module. Do I need to manually install redis, and rabbitmq first? Does this module take care of that? |
|
This module only manages sensu and the sensu config for sensu (including configuring sensu to talk to redis and rabbitmq). It does not install or configure those services directly. Looking at the forge (forge.puppetlabs.com), it appears the puppetlabs/rabbitmq is by far the most popular rabbitmq module. It doesn't look like there is a redis module that is significantly more popular than other ones. |
|
Thanks, If I can get this going, I'll make pull request with some documentation examples incase anyone else runs into issues. |
The vagrant file setup 2 vm's with the prerequisites already installed. Resolves issue sensu#262
|
I have created a Vagrantfile which spins up ubuntu, installs uchiwa, redis, rabbitmq, adds users and then uses this puppet module to install sensu. I've also updated the Readme with some instructions. |
The documentation says that there are several prerequisites that are required.
It would be nice if there were a sentence explaining some of the following questions:
I'm guessing that I'll need to manually ssh into the machine and install those packages before installing sensu. (no way to simply provision a machine).
The text was updated successfully, but these errors were encountered: