A chef_handler cookbook that sends reports and exceptions to Hipchat.
This cookbook is heavily based on rackspace-cookbooks/chef-slack_handler.
My company (sadly) decided to abandon Slack in favor of Hipchat, and I wanted to keep the same features with it.
Have fun with it and feel free to contribute !
- The
chef_handlercookbook - An existing Hipchat auth token
- A working room name
- Create a new auth token in Hipchat
- Set the
roomandauth_tokenattributes above on the node/environment/etc. - Include this
hipchat_handlerrecipe or put it on your run_list.
node['chef_client']['handler']['hipchat']['auth_token']- The Auth token of you Hipchat integrationnode['chef_client']['handler']['hipchat']['room']- Your Hipchat room
Optional attributes
node['chef_client']['handler']['hipchat']['server_url']- The Hipchat API server URL (default: 'https://api.hipchat.com')node['chef_client']['handler']['hipchat']['emoji_url']- The message emoji icon url (default: nil)node['chef_client']['handler']['hipchat']['detail_level']- The level of detail in the message. Valid options arebasic,elapsed(default: 'basic')node['chef_client']['handler']['hipchat']['report_success']- Report to Hipchat even when run is successful (default: false)node['chef_client']['handler']['hipchat']['notify_users']- Enable / disable notification on message (default: true)node['chef_client']['handler']['hipchat']['timeout']- Hipchat connector timeout in seconds (default: 10)
Borrowed everything from the slack_handler cookbook ! Thanks to them !
hipchat_handler is provided under the Apache License 2.0. See LICENSE for details.