Skip to content

Commit

Permalink
fix: downloading specific config.yml as per jar version (#87)
Browse files Browse the repository at this point in the history
Bumped up default exporter version in ansible

Signed-off-by: Rajesh Rajendran <[email protected]>
  • Loading branch information
rjshrjndrn authored Jun 15, 2020
1 parent c608d95 commit 5f354a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/ansible-cassandra-exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---

cassandra_exporter_version: 2.2.0
cassandra_exporter_version: 2.3.5

cassandra_exporter_listen_address: "0.0.0.0"
cassandra_exporter_listen_port: "8080"
cassandra_exporter_binary_url: 'https://github.com/criteo/cassandra_exporter/releases/download/{{cassandra_exporter_version}}/cassandra_exporter-{{cassandra_exporter_version}}-all.jar'
cassandra_exporter_config_url: 'https://raw.githubusercontent.com/criteo/cassandra_exporter/master/config.yml'
cassandra_exporter_config_url: 'https://raw.githubusercontent.com/criteo/cassandra_exporter/{{cassandra_exporter_version}}/config.yml'

cassandra_exporter_user: cassandra-exp
cassandra_exporter_group: cassandra-exp
Expand Down

0 comments on commit 5f354a9

Please sign in to comment.