Skip to content

Commit

Permalink
update windows exporter to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Aug 11, 2024
1 parent f0b3b71 commit 7721a4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ next:
- fix check_drivesize missing performance data when using free_bytes threshold (#136)
- fix check_http/check_tcp/check_dns help (#135)
- fix using condition alias on nested filters
- update windows exporter to 0.26.2
- update windows exporter to 0.27.0

0.26 Wed Jul 17 15:23:37 CEST 2024
- fix check_os_version windows build version (#134)
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ WINDOWS_EXPORTER_VERSION_I386=0.24.0
WINDOWS_EXPORTER_FILE_I386=windows_exporter-$(WINDOWS_EXPORTER_VERSION_I386)
WINDOWS_EXPORTER_URL_I386=https://github.com/prometheus-community/windows_exporter/releases/download/v$(WINDOWS_EXPORTER_VERSION_I386)/

WINDOWS_EXPORTER_VERSION=0.26.2
WINDOWS_EXPORTER_VERSION=0.27.0
WINDOWS_EXPORTER_FILE=windows_exporter-$(WINDOWS_EXPORTER_VERSION)
WINDOWS_EXPORTER_URL=https://github.com/prometheus-community/windows_exporter/releases/download/v$(WINDOWS_EXPORTER_VERSION)

Expand Down Expand Up @@ -720,4 +720,5 @@ updatenodeexportersums:
grep linux-amd64.tar.gz sha256sums_node_exporter.txt >> sha256sums.txt
grep linux-arm64.tar.gz sha256sums_node_exporter.txt >> sha256sums.txt
mv sha256sums.txt packaging/sha256sums.txt
rm -f sha256sums_node_exporter.txt
rm -f sha256sums_node_exporter.txt

4 changes: 2 additions & 2 deletions packaging/sha256sums.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
77628892cd8b98afcf3c0012480d6a64f2d33286054bd4527102d558f3ec8641 windows_exporter-386.exe
a2f983de737f12d30c4a944c87978216015217ed52dc52cff5a5d927e595f1c1 windows_exporter-amd64.exe
7d58070ea2564596b1faa756e436a53b9d8df8d953097e81161f6738178139c5 windows_exporter-arm64.exe
654823651c02f3c9edd155c6a3cad8449ca4514c5cc29ac93ca43eff8ed91a67 windows_exporter-amd64.exe
a5db7b309f5296a36efded78b1f6049e919fa51cc28a91894853ff9c3109b4b5 windows_exporter-arm64.exe
97ad998fe48904a8b085f2c5adc6a6eed85389f5fc298a6d2e94ee2e73cf1728 node_exporter-1.8.2.darwin-amd64.tar.gz
1b50711d389116d0b6d414240e06fbedfc6bbec6a710fef16771c113a1f7e83c node_exporter-1.8.2.darwin-arm64.tar.gz
293ab667ef78eb38915ff5ef019093fb15c7887f072ea70656083d1a17d61858 node_exporter-1.8.2.linux-386.tar.gz
Expand Down

0 comments on commit 7721a4f

Please sign in to comment.