Archived
1
0
Fork 0

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:
Gábor Boskovits 2020-01-28 00:32:06 +01:00
parent 93f4511eb0
commit 412622ad66
No known key found for this signature in database
GPG key ID: 2506A96CCF630B21

View file

@ -401,28 +401,26 @@ 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") (package
(revision "0")) (name "go-github-com-prometheus-node-exporter")
(package (version "0.18.1")
(name "go-github-com-prometheus-node-exporter") (source (origin
(version (git-version "0.0.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/prometheus/node_exporter.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/prometheus/node_exporter.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0s3sp1gj86p7npxl38hkgs6ymd3wjjmc5hydyg1b5wh0x3yvpx07"))))
(base32 (build-system go-build-system)
"041b87a0sid23c29swqmi5hw6cxbxvkfj3415jg73cm2pi8wh5s6")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/prometheus/node_exporter"))
(arguments (synopsis "Prometheus exporter for hardware and OS metrics")
'(#:import-path "github.com/prometheus/node_exporter")) (description "Prometheus exporter for metrics exposed by *NIX kernels,
(synopsis "Prometheus exporter for hardware and OS metrics")
(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