Skip to content

Commit

Permalink
Merge pull request #684 from joe1chen/fix-prometheus-db-url
Browse files Browse the repository at this point in the history
Fix incorrect DATABASE_URL for prometheus dashboard.
  • Loading branch information
wallies committed Mar 31, 2016
2 parents 08d3d61 + 72d9606 commit 5ec6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/prometheus/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ prometheus_node_exporter_hostname: "{{ ansible_host }}"
prometheus_node_exporter_consul_service_id: "{{ ansible_hostname }}:node-exporter:9100"
prometheus_consul_dir: /etc/consul.d
# promdash settings
promdash_database_url: "mysql2://promdash:promdash@promdash.mysql.service.consul/promdash"
promdash_database_url: "mysql2://promdash:promdash@mysql-promdash-group.service.consul/promdash"
promdash_image: "capgemini/promdash"

0 comments on commit 5ec6257

Please sign in to comment.