From ca2f400b859e8d3b3cdd6c232c28d12f6af4a631 Mon Sep 17 00:00:00 2001 From: Tom Theisen Date: Thu, 11 Dec 2014 02:07:23 +0100 Subject: [PATCH] Add cpufreq plugin doc --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bc08e6c81..ee6f084b7 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ documentation for each plugin for configurable attributes. * `apache` (see [collectd::plugin::apache](#class-collectdpluginapache) below) * `bind` (see [collectd::plugin::bind](#class-collectdpluginbind) below) * `cpu` (see [collectd::plugin::cpu](#class-collectdplugincpu) below) +* `cpufreq` (see [collectd::plugin::cpufreq](#class-collectdplugincpufreq) below) * `csv` (see [collectd::plugin::csv](#class-collectdplugincsv) below) * `curl` (see [collectd::plugin::curl](#class-collectdplugincurl) below) * `curl_json` (see [collectd::plugin::curl_json](#class-collectdplugincurl_json) below) @@ -146,6 +147,14 @@ class { 'collectd::plugin::bind': ```puppet class { 'collectd::plugin::cpu': } + + +``` +####Class: `collectd::plugin::cpufreq` + +```puppet +class { 'collectd::plugin::cpufreq': +} ``` ####Class: `collectd::plugin::csv`