Skip to content

Commit

Permalink
curl : 'MeasureResponseTime' needs exactly one boolean argument
Browse files Browse the repository at this point in the history
Removing double quotes avoid this error.
  • Loading branch information
bdossantos committed Nov 4, 2014
1 parent f08d58c commit 7489cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin/curl-page.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Post "<%= @post %>"
<% end -%>
<% if @measureresponsetime -%>
MeasureResponseTime "<%= @measureresponsetime %>"
MeasureResponseTime <%= @measureresponsetime %>
<% end -%>
<%= scope.function_template(["collectd/plugin/match.tpl.erb"]) %>
</Page>
Expand Down

0 comments on commit 7489cc8

Please sign in to comment.