Skip to content

Commit

Permalink
Merge pull request #80 from ernestas-poskus/bump/blackbox_exporter_to…
Browse files Browse the repository at this point in the history
…_0_13_0

Bump blackbox exporter to 0.13.0
  • Loading branch information
ernestas-poskus authored Dec 17, 2018
2 parents a65b41c + 70e1698 commit 8b24090
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ prometheus_push_gateway_version: '0.6.0'
prometheus_snmp_exporter_version: '0.13.0'

# Blackbox exporter
prometheus_blackbox_exporter_version: '0.12.0'
prometheus_blackbox_exporter_version: '0.13.0'
```
[DOCS: Prometheus variables](/docs/prometheus.md)
Expand Down
5 changes: 4 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prometheus_push_gateway_version: '0.6.0'
prometheus_snmp_exporter_version: '0.13.0'

# Blackbox exporter
prometheus_blackbox_exporter_version: '0.12.0'
prometheus_blackbox_exporter_version: '0.13.0'

# Prometheus
# https://prometheus.io/docs/operating/configuration/
Expand Down Expand Up @@ -427,6 +427,9 @@ prometheus_snmp_exporter_log__format: 'logger:stderr'
prometheus_black_box_config__file: "{{ prometheus_blackbox_exporter_config_dir }}/blackbox.yml"
# Blackbox exporter configuration file.

prometheus_black_box_history__limit: 100
# The maximum amount of items to keep in the history.

prometheus_black_box_web__listen_address: ':9115'
# The address to listen on for HTTP requests.

Expand Down
3 changes: 3 additions & 0 deletions docs/blackbox_exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
prometheus_black_box_config__file: "{{ prometheus_blackbox_exporter_config_dir }}/blackbox.yml"
# Blackbox exporter configuration file.

prometheus_black_box_history__limit: 100
# The maximum amount of items to keep in the history.

prometheus_black_box_web__listen_address: ':9115'
# The address to listen on for HTTP requests.

Expand Down
5 changes: 3 additions & 2 deletions vars/blackboxexporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
############################################################
prometheus_blackbox_exporter_service_config:
- ['config.file', "{{ prometheus_black_box_config__file }}"]
- ['web.listen-address', "{{ prometheus_black_box_web__listen_address }}"]
- ['timeout-offset', "{{ prometheus_black_box_timeout_offset }}"]
- ['history.limit', "{{ prometheus_black_box_history__limit }}"]
- ['log.level', "{{ prometheus_black_box_log__level }}"]
- ['timeout-offset', "{{ prometheus_black_box_timeout_offset }}"]
- ['web.listen-address', "{{ prometheus_black_box_web__listen_address }}"]

0 comments on commit 8b24090

Please sign in to comment.