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

intel_hadoop_metrics (2) Versions 1.0.0

Installs/Configures intel_hadoop_metrics

Policyfile
Berkshelf
Knife
cookbook 'intel_hadoop_metrics', '= 1.0.0', :supermarket
cookbook 'intel_hadoop_metrics', '= 1.0.0'
knife supermarket install intel_hadoop_metrics
knife supermarket download intel_hadoop_metrics
README
Dependencies
Quality -%

intel_hadoop_metrics

DESCRIPTION:

This cookbook sets up the necessary scripts and configures a logstash forwarder instance to collect metrics to be used by intel.

NOTE: this cookbook must be ran twice to ensure the logstash agent is stopped

Requirements

Chef 11+

Platform

  • Redhat 6.x

Usage

Apply recipe[intel_hadoop_metrics::default] to run_list

Attributes

Key Type Description Default
default['intel_hadoop_metrics']['metrics_dir'] String Directory to put metrics into /var/log/intel-hadoop-metrics/
default['intel_hadoop_metrics']['compress'] Boolean if metrics should be compressed in gzip format when writing to disk true
default['intel_hadoop_metrics']['scripts'] Array What metric scripts to run. The defaults are landed by this cookbook %w(cpustat iostat jvms memstat mpstat netstat perf vmstat)

Testing

Install chefdk, vagrant and virtualbox

bundle install
bundlle exec rspec
kitchen test

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

Dependent cookbooks

logstash ~> 0.12
java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found