Skip to content

Instantly share code, notes, and snippets.

@zsiddique
Created November 28, 2012 20:46
Show Gist options
  • Save zsiddique/4164342 to your computer and use it in GitHub Desktop.
Save zsiddique/4164342 to your computer and use it in GitHub Desktop.
sensu failing
[2012-11-28T21:45:32+01:00] WARN: Setting Sensu RabbitMQ port to 5672 as you have disabled SSL.
================================================================================
Recipe Compile Error in /srv/chef/file_store/cookbooks/sensu-monitor/recipes/master.rb
================================================================================
SystemStackError
----------------
stack level too deep
Cookbook Trace:
---------------
/srv/chef/file_store/cookbooks/sensu/recipes/default.rb:69:in `from_file'
/srv/chef/file_store/cookbooks/sensu-monitor/recipes/master.rb:22:in `from_file'
Relevant File Content:
----------------------
/srv/chef/file_store/cookbooks/sensu/recipes/default.rb:
62: else
63: rabbitmq = node.sensu.rabbitmq.dup
64: rabbitmq.delete("ssl")
65: node.set.sensu.rabbitmq = rabbitmq
66:
67: if node.sensu.rabbitmq.port == 5671
68: Chef::Log.warn("Setting Sensu RabbitMQ port to 5672 as you have disabled SSL.")
69>> node.set.sensu.rabbitmq.port = 5672
70: end
71: end
72:
73: sensu_base_config node.name
74:
[2012-11-28T21:45:32+01:00] ERROR: Running exception handlers
[2012-11-28T21:45:32+01:00] FATAL: Saving node information to /srv/chef/file_store/failed-run-data.json
[2012-11-28T21:45:32+01:00] ERROR: Exception handlers complete
[2012-11-28T21:45:33+01:00] FATAL: Stacktrace dumped to /srv/chef/file_store/chef-stacktrace.out
[2012-11-28T21:45:33+01:00] FATAL: SystemStackError: stack level too deep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment