Skip to content

Commit ca2f400

Browse files
author
Tom Theisen
committed
Add cpufreq plugin doc
1 parent 3abf175 commit ca2f400

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ documentation for each plugin for configurable attributes.
5959
* `apache` (see [collectd::plugin::apache](#class-collectdpluginapache) below)
6060
* `bind` (see [collectd::plugin::bind](#class-collectdpluginbind) below)
6161
* `cpu` (see [collectd::plugin::cpu](#class-collectdplugincpu) below)
62+
* `cpufreq` (see [collectd::plugin::cpufreq](#class-collectdplugincpufreq) below)
6263
* `csv` (see [collectd::plugin::csv](#class-collectdplugincsv) below)
6364
* `curl` (see [collectd::plugin::curl](#class-collectdplugincurl) below)
6465
* `curl_json` (see [collectd::plugin::curl_json](#class-collectdplugincurl_json) below)
@@ -146,6 +147,14 @@ class { 'collectd::plugin::bind':
146147
```puppet
147148
class { 'collectd::plugin::cpu':
148149
}
150+
151+
152+
```
153+
####Class: `collectd::plugin::cpufreq`
154+
155+
```puppet
156+
class { 'collectd::plugin::cpufreq':
157+
}
149158
```
150159

151160
####Class: `collectd::plugin::csv`

0 commit comments

Comments
 (0)