Skip to content

Instantly share code, notes, and snippets.

@inokappa
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inokappa/38440fb4149a176d610f to your computer and use it in GitHub Desktop.
Save inokappa/38440fb4149a176d610f to your computer and use it in GitHub Desktop.
Puppet を使って Sensu Server をプロビジョニングした際のログ(2)
Warning: Deprecation notice: Resource references should now be capitalized on line 11 in file /etc/puppet/manifests/site.pp
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Notice: Compiled catalog for ip-xxx-xxx-xxx-xxx.ec2.internal in environment production in 4.85 seconds
Notice: /Stage[main]/Main/Node[default]/Rabbitmq_vhost[/sensu]/ensure: created
Notice: /Stage[main]/Sensu::Client::Service/Service[sensu-client]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Sensu::Api::Service/Service[sensu-api]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Sensu::Server::Service/Service[sensu-server]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Sensu::Dashboard::Service/Service[sensu-dashboard]/ensure: ensure changed 'stopped' to 'running'
Notice: /Stage[main]/Main/Node[default]/Rabbitmq_user_permissions[sensu@/sensu]/ensure: created
Notice: Finished catalog run in 23.26 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment