Skip to content

Commit

Permalink
plugin_cpu: add version info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr1212 committed Jun 11, 2015
1 parent ade651e commit a442bac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,18 @@ class { 'collectd::plugin::conntrack':
```

####Class: `collectd::plugin::cpu`

* `reportbystate` available from collectd version >= 5.5
* `reportbycpu` available from collectd version >= 5.5
* `valuespercentage` available from collectd version >= 5.5

See [collectd plugin_cpu documentation](https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_cpu) for more details.

```puppet
class { 'collectd::plugin::cpu':
reportbystate => true,
reportbycpu => true,
valuespercentage => true,
```puppet
class { 'collectd::plugin::cpu':
}
Expand Down

0 comments on commit a442bac

Please sign in to comment.