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

Change default vhost to not include a slash and other readme fixes #184

Merged
merged 2 commits into from
May 29, 2014

Conversation

metahertz
Copy link

Commits are self explanatory, in a nutshell;

Readme:

  • unquoted some boolean values in the examples

init.pp:

  • Removed the '/' from the default rabbit vhost name, isn't needed and vhosts shouldn't have a / in them.
  • Caused rabbitmq to fail talking to sensuAPI in my case until i overrode in hiera with
    sensu::rabbitmq_vhost: "sensu"

@jlambert121
Copy link
Contributor

Thanks!

jlambert121 added a commit that referenced this pull request May 29, 2014
Change default vhost to not include a slash and other readme fixes
@jlambert121 jlambert121 merged commit 2f22c28 into sensu:master May 29, 2014
@timmow
Copy link

timmow commented Dec 2, 2014

I had the opposite problem here - the vhost without a / in it would not successfully connect to rabbitmq, with a / in it worked correctly

I'm using sensu 0.16.0 and rabbitmq 3.4.1 - @matjohn2 what versions were you using?

timmow added a commit to alphagov/pp-puppet that referenced this pull request Dec 2, 2014
The puppet module changed the default vhost to not include a slash -
sensu/sensu-puppet#184

This unfortunately broke our setup, which expected a slash in the vhost.
timmow added a commit to alphagov/pp-puppet that referenced this pull request Dec 2, 2014
The puppet module changed the default vhost to not include a slash -
sensu/sensu-puppet#184

This unfortunately broke our setup, which expected a slash in the vhost.
timmow added a commit to alphagov/pp-puppet that referenced this pull request Dec 2, 2014
Successfully provisioned a monitoring-1 and backup-box-1 with this,
after provisioning with master

Settings required for latest puppet module

 - Be explicit about the api
 - Need to specify a version of the sensu plugin gem
 - The puppet module changed the default vhost to not include a slash -
   sensu/sensu-puppet#184

This unfortunately broke our setup, which expected a slash in the vhost.
timmow added a commit to alphagov/pp-puppet that referenced this pull request Dec 2, 2014
Successfully provisioned a monitoring-1 and backup-box-1 with this,
after provisioning with master

Settings required for latest puppet module

 - Be explicit about the api
 - Need to specify a version of the sensu plugin gem
 - The puppet module changed the default vhost to not include a slash -
   sensu/sensu-puppet#184

This unfortunately broke our setup, which expected a slash in the vhost.
timmow added a commit to alphagov/pp-puppet that referenced this pull request Dec 3, 2014
Successfully provisioned a monitoring-1 and backup-box-1 with this,
after provisioning with master

Settings required for latest puppet module

 - Be explicit about the api
 - Need to specify a version of the sensu plugin gem
 - The puppet module changed the default vhost to not include a slash -
   sensu/sensu-puppet#184

This unfortunately broke our setup, which expected a slash in the vhost.
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