Skip to content

Commit

Permalink
Add cpufreq plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Theisen committed Dec 11, 2014
1 parent 3abf175 commit ca2f400
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit ca2f400

Please sign in to comment.