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.8

Application cookbook which installs and configures OpenTSDB.

Policyfile
Berkshelf
Knife
cookbook 'opentsdb', '~> 1.1.8', :supermarket
cookbook 'opentsdb', '~> 1.1.8'
knife supermarket install opentsdb
knife supermarket download opentsdb
README
Dependencies
Changelog
Quality 17%

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

Collaborator Number Metric
            

1.1.8 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.8 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.1.8 failed this metric

FC064: Ensure issues_url is set in metadata: opentsdb/metadata.rb:1
FC065: Ensure source_url is set in metadata: opentsdb/metadata.rb:1
FC066: Ensure chef_version is set in metadata: opentsdb/metadata.rb:1
FC068: Ensure license is set in metadata: opentsdb/metadata.rb:1
FC069: Ensure standardized license defined in metadata: opentsdb/metadata.rb:1
FC109: Use platform-specific package resources instead of provider property: opentsdb/libraries/opentsdb_instance.rb:203
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.1.8 passed this metric

Testing File Metric
            

1.1.8 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.1.8 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number