Skip to content

Commit bc9b143

Browse files
committed
update node exporter to 1.11.1
1 parent b42d44d commit bc9b143

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This file documents the revision history for the SNClient agent.
22

33
next:
44
- *DEPRECATION NOTICE* linux agent runs now as unprivileged snclient user
5-
- update node exporter to 1.11.0
5+
- update node exporter to 1.11.1
66
- update windows exporter to 0.31.6
77
- use linux capabilities for check_omd
88
- change minimum golang requirement to 1.26.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GITBASE=github.com/consol-monitoring/snclient
5858
BUILD_FLAGS=-ldflags "-s -w -X $(GITBASE)/pkg/snclient.Build=$(BUILD) -X $(GITBASE)/pkg/snclient.Revision=$(REVISION)"
5959
TEST_FLAGS=-timeout=5m $(BUILD_FLAGS)
6060

61-
NODE_EXPORTER_VERSION=1.11.0
61+
NODE_EXPORTER_VERSION=1.11.1
6262
NODE_EXPORTER_FILE=node_exporter-$(NODE_EXPORTER_VERSION).$(GOOS)-$(GOARCH).tar.gz
6363
NODE_EXPORTER_URL=https://github.com/prometheus/node_exporter/releases/download/v$(NODE_EXPORTER_VERSION)
6464

packaging/sha256sums.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
77628892cd8b98afcf3c0012480d6a64f2d33286054bd4527102d558f3ec8641 windows_exporter-386.exe
22
2f05d9b7101c18bf6bc5470e7cbccd62a9a069960facec70d17269b3ab401df6 windows_exporter-amd64.exe
33
6b9439c7e3942315321fdbd0eabd9578f59ed08f3d367cc1cce6d9bc6d96a8c2 windows_exporter-arm64.exe
4-
82193b62d96c778a30767f95073649243d9775422a7d4204e6b0ce3e18fedecb node_exporter-1.11.0.darwin-amd64.tar.gz
5-
e1454f16bc75064cf436e2404212796c04c6a37db9f9e43d9f2df320a1e52235 node_exporter-1.11.0.darwin-arm64.tar.gz
6-
b19113e5c6b5af4f677614b23d2e609cd2d2c4ca1cca792b9d507a83ce7594c1 node_exporter-1.11.0.linux-386.tar.gz
7-
4f8fbd23b8380b8fb720b125fb9029de261dc5fcd68bfe81ae010c0d32f5f6c3 node_exporter-1.11.0.linux-amd64.tar.gz
8-
cd09ceffd418e91c25365ad008b2baac88fa1743632b71c620829d3d5596b141 node_exporter-1.11.0.linux-arm64.tar.gz
4+
782318ceb48cb5501271a666d1b015a9406c02cd45dbc9513deca005b91e03a5 node_exporter-1.11.1.darwin-amd64.tar.gz
5+
e987428618362c2d2540a68b722bd982ef1486c9961631298f20ea8fd57d3be4 node_exporter-1.11.1.darwin-arm64.tar.gz
6+
4df4ec0dca5bc061c59181cfedcd8887cb5df9c710db3c4038bc51923414bc5d node_exporter-1.11.1.linux-386.tar.gz
7+
9f5ea48e5bc7b656f8a91a32e7d7deb89f70f73dabd0d974418aca15f37d6810 node_exporter-1.11.1.linux-amd64.tar.gz
8+
ba1886efbd76cb96b0087c695ea8d1b9cb6e8aa946c996d744e9ee16c8e3591a node_exporter-1.11.1.linux-arm64.tar.gz

0 commit comments

Comments
 (0)