We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8889605 + 02ca5d8 commit 3abf175Copy full SHA for 3abf175
1 file changed
templates/plugin/statsd.conf.erb
@@ -3,21 +3,21 @@
3
Host "<%= @host %>"
4
<% end -%>
5
<% if @port -%>
6
- Port <%= port %>
+ Port <%= @port %>
7
8
<% if @deletecounters -%>
9
- DeleteCounters <%= deletecounters %>
+ DeleteCounters <%= @deletecounters %>
10
11
<% if @deletetimers -%>
12
- DeleteTimers <%= deletetimers %>
+ DeleteTimers <%= @deletetimers %>
13
14
<% if @deletegauges -%>
15
- DeleteGauges <%= deletegauges %>
+ DeleteGauges <%= @deletegauges %>
16
17
<% if @deletesets -%>
18
- Deletesets <%= deletesets %>
+ Deletesets <%= @deletesets %>
19
20
<% if @timerpercentile -%>
21
- TimerPercentile <%= timerpercentile %>
+ TimerPercentile <%= @timerpercentile %>
22
23
</Plugin>
0 commit comments