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

opentsdb (13) Versions 1.1.7

Application cookbook which installs and configures OpenTSDB.

Policyfile
Berkshelf
Knife
cookbook 'opentsdb', '= 1.1.7', :supermarket
cookbook 'opentsdb', '= 1.1.7'
knife supermarket install opentsdb
knife supermarket download opentsdb
README
Dependencies
Changelog
Quality -%

OpenTSDB Cookbook

Build Status
Code Quality
Cookbook Version
License

Application cookbook which installs and configures OpenTSDB.

This cookbook provides a dead-simple installation and configuration of
OpenTSDB. It provides a single resource for
[an instance of tsdb](libraries/opentsdb_instance.rb). The default recipe
will quickly get you started.

Basic Usage

The [default recipe](recipes/default.rb) installs Java 8 and
configures OpenTSDB on a node using the
[opentsdb_instance resource](libraries/opentsdb_instance.rb).below.

Advanced Usage

For a more granular configuration
[take a look at the resource](libraries/opentsdb_instance.rb).
ruby
opentsdb_instance "test" do
bind '127.0.0.1'
port 5012
core_auto_create_metrics true
search_enable true
end

Dependent cookbooks

java >= 0.0.0
poise ~> 2.2
poise-service ~> 1.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Change Log

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

Unreleased

1.0

No quality metric results found