Skip to content

Commit e606d73

Browse files
committed
Merge pull request redhat-openstack#191 from bdossantos/fix/curl_MeasureResponseTime
curl : 'MeasureResponseTime' needs exactly one boolean argument
2 parents ff1831d + 9a092b4 commit e606d73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/plugin/curl-page.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Plugin curl>
2-
<Page "<%= plugininstance %>">
2+
<Page "<%= @plugininstance %>">
33
URL "<%= @url %>"
44
<% if @user -%>
55
User "<%= @user %>"
@@ -23,7 +23,7 @@
2323
Post "<%= @post %>"
2424
<% end -%>
2525
<% if @measureresponsetime -%>
26-
MeasureResponseTime "<%= @measureresponsetime %>"
26+
MeasureResponseTime <%= @measureresponsetime %>
2727
<% end -%>
2828
<%= scope.function_template(["collectd/plugin/match.tpl.erb"]) %>
2929
</Page>

0 commit comments

Comments
 (0)