mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
node_exporter: update to 1.3.1.
This commit is contained in:
parent
fb9aef712b
commit
f1d3e7cb7e
1 changed files with 3 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'node_exporter'
|
# Template file for 'node_exporter'
|
||||||
pkgname=node_exporter
|
pkgname=node_exporter
|
||||||
version=1.1.2
|
version=1.3.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/prometheus/node_exporter"
|
go_import_path="github.com/prometheus/node_exporter"
|
||||||
go_ldflags="-X ${go_import_path}/version.Version=${version}
|
go_ldflags="-X ${go_import_path}/version.Version=${version}
|
||||||
|
@ -14,8 +14,7 @@ license="Apache-2.0"
|
||||||
homepage="https://prometheus.io/"
|
homepage="https://prometheus.io/"
|
||||||
changelog="https://raw.githubusercontent.com/prometheus/node_exporter/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/prometheus/node_exporter/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/prometheus/node_exporter/archive/v${version}.tar.gz"
|
distfiles="https://github.com/prometheus/node_exporter/archive/v${version}.tar.gz"
|
||||||
checksum=edb40c783bd5767f174b916c89a768496ccae0f74811ba1d03c57c32cd250bbd
|
checksum=66856b6b8953e094c46d7dd5aabd32801375cf4d13d9fe388e320cbaeaff573a
|
||||||
python_version=3
|
|
||||||
|
|
||||||
system_accounts="_node_exporter"
|
system_accounts="_node_exporter"
|
||||||
|
|
||||||
|
@ -25,9 +24,3 @@ post_install() {
|
||||||
vsconf example-rules.yml
|
vsconf example-rules.yml
|
||||||
vsv node_exporter
|
vsv node_exporter
|
||||||
}
|
}
|
||||||
|
|
||||||
# REMARKS:
|
|
||||||
# The following remark is now obsolete:
|
|
||||||
# ON UPDATE: Be sure to update the default list of collectors in the sv run
|
|
||||||
# file. There is no easy way at 0.14.0 to go from the -h output
|
|
||||||
# of node_exporter to taking the default list and appending runit.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue