cookbook 'collectd_plugins', '= 2.0.4'
collectd_plugins (7) Versions 2.0.4 Follow4
Application cookbook which configures collectd plugins.
cookbook 'collectd_plugins', '= 2.0.4', :supermarket
knife supermarket install collectd_plugins
knife supermarket download collectd_plugins
collectd_plugins cookbook
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.
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.4 passed this metric
2.0.4 passed this metric