gnu: go-github-com-prometheus-node-exporter: Update to 0.18.1.
* gnu/packages/monitoring.scm (go-github-com-prometheus-node-exporter): Update to 0.18.1.
This commit is contained in:
parent
93f4511eb0
commit
412622ad66
1 changed files with 19 additions and 21 deletions
|
@ -401,20 +401,18 @@ WSGI and the node exporter textfile collector.")
|
||||||
(package-with-python2 python-prometheus-client))
|
(package-with-python2 python-prometheus-client))
|
||||||
|
|
||||||
(define-public go-github-com-prometheus-node-exporter
|
(define-public go-github-com-prometheus-node-exporter
|
||||||
(let ((commit "55c32fcf02492fe4946f7ab563547cc5df7fc61e")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-node-exporter")
|
(name "go-github-com-prometheus-node-exporter")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/prometheus/node_exporter.git")
|
(url "https://github.com/prometheus/node_exporter.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"041b87a0sid23c29swqmi5hw6cxbxvkfj3415jg73cm2pi8wh5s6"))))
|
"0s3sp1gj86p7npxl38hkgs6ymd3wjjmc5hydyg1b5wh0x3yvpx07"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/prometheus/node_exporter"))
|
'(#:import-path "github.com/prometheus/node_exporter"))
|
||||||
|
@ -422,7 +420,7 @@ WSGI and the node exporter textfile collector.")
|
||||||
(description "Prometheus exporter for metrics exposed by *NIX kernels,
|
(description "Prometheus exporter for metrics exposed by *NIX kernels,
|
||||||
written in Go with pluggable metric collectors.")
|
written in Go with pluggable metric collectors.")
|
||||||
(home-page "https://github.com/prometheus/node_exporter")
|
(home-page "https://github.com/prometheus/node_exporter")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public fswatch
|
(define-public fswatch
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue