Skip to content

Commit

Permalink
Merge pull request redhat-openstack#191 from bdossantos/fix/curl_Meas…
Browse files Browse the repository at this point in the history
…ureResponseTime

curl : 'MeasureResponseTime' needs exactly one boolean argument
  • Loading branch information
blkperl committed Nov 13, 2014
2 parents ff1831d + 9a092b4 commit e606d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/plugin/curl-page.conf.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Plugin curl>
<Page "<%= plugininstance %>">
<Page "<%= @plugininstance %>">
URL "<%= @url %>"
<% if @user -%>
User "<%= @user %>"
Expand All @@ -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 e606d73

Please sign in to comment.