node_exporter: update to 1.3.1.
This commit is contained in:
parent
fb9aef712b
commit
f1d3e7cb7e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'node_exporter'
|
||||
pkgname=node_exporter
|
||||
version=1.1.2
|
||||
revision=2
|
||||
version=1.3.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/prometheus/node_exporter"
|
||||
go_ldflags="-X ${go_import_path}/version.Version=${version}
|
||||
|
@ -14,8 +14,7 @@ license="Apache-2.0"
|
|||
homepage="https://prometheus.io/"
|
||||
changelog="https://raw.githubusercontent.com/prometheus/node_exporter/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/prometheus/node_exporter/archive/v${version}.tar.gz"
|
||||
checksum=edb40c783bd5767f174b916c89a768496ccae0f74811ba1d03c57c32cd250bbd
|
||||
python_version=3
|
||||
checksum=66856b6b8953e094c46d7dd5aabd32801375cf4d13d9fe388e320cbaeaff573a
|
||||
|
||||
system_accounts="_node_exporter"
|
||||
|
||||
|
@ -25,9 +24,3 @@ post_install() {
|
|||
vsconf example-rules.yml
|
||||
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…
Reference in New Issue