You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,9 @@ class { 'collectd::plugin::conntrack':
157
157
```
158
158
159
159
####Class: `collectd::plugin::cpu`
160
-
160
+
reportbystate => true,
161
+
reportbycpu => true,
162
+
valuespercentage => true,
161
163
```puppet
162
164
class { 'collectd::plugin::cpu':
163
165
}
@@ -977,4 +979,4 @@ This module shall not use unsupported configuration directives. Look at [templat
977
979
978
980
Please make use of the search by branch/tags on the collectd github to see when a function has been first released.
979
981
980
-
Reading the [collectd.conf.pod](https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod) file is good, validating the presence of the code in the .c files is even better.
982
+
Reading the [collectd.conf.pod](https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod) file is good, validating the presence of the code in the .c files is even better.
0 commit comments