Skip to content

Commit

Permalink
update node exporter to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Apr 26, 2024
1 parent f852710 commit 90595c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file documents the revision history for the SNClient+ agent.

next:
- update node exporter to 1.8.0

0.23 Mon Apr 15 17:29:53 CEST 2024
- fix detecting mounted volumes on windows
- add ca option for client certificates (Gent00157)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DEBFILE ?= snclient-$(VERSION)-$(RPM_ARCH).deb
BUILD_FLAGS=-ldflags "-s -w -X pkg/snclient.Build=$(BUILD) -X pkg/snclient.Revision=$(REVISION)"
TEST_FLAGS=-timeout=5m $(BUILD_FLAGS)

NODE_EXPORTER_VERSION=1.7.0
NODE_EXPORTER_VERSION=1.8.0
NODE_EXPORTER_FILE=node_exporter-$(NODE_EXPORTER_VERSION).$(GOOS)-$(GOARCH).tar.gz
NODE_EXPORTER_URL=https://github.com/prometheus/node_exporter/releases/download/v$(NODE_EXPORTER_VERSION)/$(NODE_EXPORTER_FILE)

Expand Down

0 comments on commit 90595c7

Please sign in to comment.