Skip to content

Commit

Permalink
Merge pull request prometheus-community#485 from prometheus-community…
Browse files Browse the repository at this point in the history
…/autoupdate/nginx_exporter/1.4.0

patch: New nginxinc/nginx-prometheus-exporter upstream release 1.4.0!
  • Loading branch information
gardar authored Dec 4, 2024
2 parents 107c2e2 + c557543 commit 3992ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/nginx_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
nginx_exporter_version: 1.3.0
nginx_exporter_version: 1.4.0
nginx_exporter_binary_url: "https://github.com/{{ _nginx_exporter_repo }}/releases/download/v{{ nginx_exporter_version }}/\
nginx-prometheus-exporter_{{ nginx_exporter_version }}_{{ ansible_system | lower }}_{{ _nginx_exporter_go_ansible_arch }}.tar.gz"
nginx_exporter_checksums_url: "https://github.com/{{ _nginx_exporter_repo }}/releases/download/v{{ nginx_exporter_version }}/\
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
nginx_exporter_version:
description: "nginx_exporter package version. Also accepts latest as parameter."
default: "1.3.0"
default: "1.4.0"
nginx_exporter_plus:
description: "Start the exporter for NGINX Plus."
type: bool
Expand Down

0 comments on commit 3992ff1

Please sign in to comment.