Application cookbook which configures collectd plugins.
The default recipe installs the collectd daemon and configures the following plugins on the node.
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'