Skip to content

Commit

Permalink
update carbon-c-relay version to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-benfatto committed Apr 12, 2017
1 parent e617210 commit 7423982
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions jobs/carbon-c-relay/templates/config/carbon-c-relay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ rewrite <%= rule["regex"] %>
;
<% end %>


# Send statistics to the backends!
send statistics to
# Send everything to the backends!
match *
send to
<% clusters.each do |cluster|
cluster_name = cluster['name']
%>
Expand All @@ -73,13 +73,13 @@ send statistics to
stop
;

# Send everything to the backends!
match *
send to
<% clusters.each do |cluster|
# Send statistics to the backends!
statistics
send to
<% clusters.each do |cluster|
cluster_name = cluster['name']
%>
%>
<%= cluster_name %>
<% end %>
stop
<% end %>
stop
;
2 changes: 1 addition & 1 deletion packages/carbon-c-relay/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name: carbon-c-relay
dependencies: []
files:
- carbon-c-relay/carbon-c-relay-2.6.tar.gz # https://github.com/grobian/carbon-c-relay/archive/v2.6.tar.gz
- carbon-c-relay/carbon-c-relay-3.0.tar.gz # https://github.com/grobian/carbon-c-relay/archive/v3.0.tar.gz
- helpers/**/*

0 comments on commit 7423982

Please sign in to comment.