Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

hipchat_handler (5) Versions 0.1.6

Installs/Configures hipchat_handler

Policyfile
Berkshelf
Knife
cookbook 'hipchat_handler', '= 0.1.6', :supermarket
cookbook 'hipchat_handler', '= 0.1.6'
knife supermarket install hipchat_handler
knife supermarket download hipchat_handler
README
Dependencies
Changelog
Quality 100%

CK Version Build Status

Description

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 !

Requirements

  • The chef_handler cookbook
  • An existing Hipchat auth token
  • A working room name

Usage

  1. Create a new auth token in Hipchat
  2. Set the room and auth_token attributes above on the node/environment/etc.
  3. Include this hipchat_handler recipe or put it on your run_list.

Attributes

  • node['chef_client']['handler']['hipchat']['auth_token'] - The Auth token of you Hipchat integration
  • node['chef_client']['handler']['hipchat']['room'] - Your Hipchat room

Optional attributes

  • 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 are basic, 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']['timeout'] - Hipchat connector timeout in seconds (default: 10)

Credits

Borrowed everything from the slack_handler cookbook ! Thanks to them !

License

hipchat_handler is provided under the Apache License 2.0. See LICENSE for details.

Dependent cookbooks

chef_handler >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of hipchat_handler

Foodcritic Metric
            

0.1.6 passed this metric