cookbook 'collectd_plugins', '= 1.0.0'
collectd_plugins (7) Versions 1.0.0 Follow4
Application cookbook which configures collectd plugins.
cookbook 'collectd_plugins', '= 1.0.0', :supermarket
knife supermarket install collectd_plugins
knife supermarket download collectd_plugins
= DESCRIPTION:
Configure plugins for the collectd[http://collectd.org/] monitoring daemon.
= REQUIREMENTS:
This cookbook has only been tested on Ubuntu 10.04.
= USAGE:
A number of recipes for standard plugins are available:
[collectd_plugins::rrdtool] Output to RRD database files.
[collectd_plugins::syslog] Log errors to syslog.
[collectd_plugins::cpu] CPU usage.
[collectd_plugins::df] Free space on disks.
[collectd_plugins::disk] Disk I/O operations.
[collectd_plugins::interface] Network I/O operations.
[collectd_plugins::memory] Memory usage.
[collectd_plugins::swap] Swap file usage.
It is recommended to always enable the first two (rrdtool and syslog), but the others are entirely optional. For convenience, the +collectd_plugins+ default recipe will include all of these.
= LICENSE & AUTHOR:
Author:: Noah Kantrowitz (<nkantrowitz@crypticstudios.com>)
Copyright:: 2010, Atari, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
collectd >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.