Skip to content

Commit

Permalink
fix cpu config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bzed committed Jun 24, 2015
1 parent a1901fb commit 80b94b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/plugin/cpu.conf.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Plugin cpu>
<% if @collectd_version and (scope.function_versioncmp([@collectd_version, '5.5']) >= 0) -%>
<Plugin cpu>
ReportByState = <%= @reportbystate %>
ReportByCpu = <%= @reportbycpu %>
ValuesPercentage = <%= @valuespercentage %>
<% end -%>
</Plugin>
<% end -%>

0 comments on commit 80b94b3

Please sign in to comment.