Skip to content

Commit

Permalink
update windows exporter to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Aug 1, 2024
1 parent 6b23c20 commit c5d683a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ next:
- do not use empty-state if warn/crit conditions contain check on 'count'
- fix evaluating nested filter conditions
- fix check_http/check_tcp/check_dns help (#135)
- update windows exporter to 0.26.0
- update windows exporter to 0.26.1

0.26 Wed Jul 17 15:23:37 CEST 2024
- fix check_os_version windows build version (#134)
Expand Down
2 changes: 1 addition & 1 deletion 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.0
WINDOWS_EXPORTER_VERSION=0.26.1
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
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
03bf2ba6ba211f83fb1a5070628832d013a9f364e74f9f19bb6443a0cd915479 windows_exporter-amd64.exe
54e8cb6725fbdffc53c6ab3063644c96da2f2d1e4e6bf4b3145415f41b418497 windows_exporter-arm64.exe
6ebd25a796165c2c21801c40f247a44e2310d248e2c892c77302af4020049109 windows_exporter-amd64.exe
0c266e06d8f72338af203f88c9171c593abc07b95e3de5daa52f21c6a003bfe5 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 c5d683a

Please sign in to comment.