Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from bngsudheer/master
Browse files Browse the repository at this point in the history
Bump Prometheus version in defaults and remove trailing / in promethe…
  • Loading branch information
rdemachkovych authored Oct 17, 2017
2 parents ecb5042 + 6181c78 commit 8522f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
prometheus_version: 1.7.1
prometheus_version: 1.8.0

prometheus_config_dir: /etc/prometheus
prometheus_db_dir: /var/lib/prometheus
Expand All @@ -8,7 +8,7 @@ prometheus_root_dir: /opt/prometheus
prometheus_interface: "{{ ansible_default_ipv4.interface }}"

prometheus_web_listen_address: "0.0.0.0:9090"
prometheus_web_external_url: 'http://localhost:9090/'
prometheus_web_external_url: 'http://localhost:9090'
prometheus_alertmanager_url: 'localhost:9093'

prometheus_global_scrape_interval: 15s
Expand Down

0 comments on commit 8522f09

Please sign in to comment.