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

collectd_plugins (7) Versions 2.0.7

Application cookbook which configures collectd plugins.

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

collectd_plugins cookbook

Build Status
Code Quality
Cookbook Version
License

Application cookbook which configures collectd plugins.

Basic Usage

The [default recipe](recipes/default.rb) installs the collectd daemon
and configures the following plugins on the node.

  1. syslog
  2. cpu
  3. df
  4. interface
  5. memory
  6. swap
  7. load
  8. statsd
  9. unixsock
  10. uptime

Advanced Configuration

A wrapper cookbook can easily be used to fine tune specific settings
for any of the individual plugin recipes. For example, if you wanted to
simply change the syslog level you can do so from a wrapper recipe.

node.default['collectd-plugins']['syslog']['log_level'] = 'warn'
include_recipe 'collectd_plugins::default'

Dependent cookbooks

collectd ~> 2.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

2.0

Features

  • A complete rewrite using the collectd cookbook custom resources for configuring individual plugins.

Foodcritic Metric
            

2.0.7 passed this metric