From 80b94b3fdf4be93da4861d6c7f3b6a74807488dc Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Wed, 24 Jun 2015 14:19:35 +0200 Subject: [PATCH] fix cpu config parsing --- templates/plugin/cpu.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/plugin/cpu.conf.erb b/templates/plugin/cpu.conf.erb index afe04045f..68c3b5f53 100644 --- a/templates/plugin/cpu.conf.erb +++ b/templates/plugin/cpu.conf.erb @@ -1,7 +1,7 @@ - <% if @collectd_version and (scope.function_versioncmp([@collectd_version, '5.5']) >= 0) -%> + ReportByState = <%= @reportbystate %> ReportByCpu = <%= @reportbycpu %> ValuesPercentage = <%= @valuespercentage %> -<% end -%> +<% end -%>