summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-29 00:13:15 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:35 +0000
commit9194eb4da053f0afed6b1638b24992e2ae02b041 (patch)
tree98a75fe6960d92cbe8b9bca227421684f2740c38
parent08f26bc70d9f716286f13076e7d02dbf28fa11c8 (diff)
gnu: Deprecate go-github-com-prometheus-node-exporter.
* gnu/packages/monitoring.scm (prometheus-node-exporter): New variable. (go-github-com-prometheus-node-exporter): Deprecate variable. Change-Id: Ife482a546906a1150f68391b58fa8ab1b1497a94
-rw-r--r--gnu/packages/monitoring.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 2198eb9d531..a1b74f15853 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -525,13 +525,13 @@ Metrics can be exposed through a standalone web server, or through Twisted,
525WSGI and the node exporter textfile collector.") 525WSGI and the node exporter textfile collector.")
526 (license license:asl2.0))) 526 (license license:asl2.0)))
527 527
528(define-public go-github-com-prometheus-node-exporter 528(define-public prometheus-node-exporter
529 ;; The latest release is failing to build, use the latest commit from the 529 ;; The latest release is failing to build, use the latest commit from the
530 ;; master branch. 530 ;; master branch.
531 (let ((commit "b8aac7c92e2d7f3dea56b2d4802d4ef3ee29c3cc") 531 (let ((commit "b8aac7c92e2d7f3dea56b2d4802d4ef3ee29c3cc")
532 (revision "0")) 532 (revision "0"))
533 (package 533 (package
534 (name "go-github-com-prometheus-node-exporter") 534 (name "prometheus-node-exporter")
535 (version (git-version "1.8.2" revision commit)) 535 (version (git-version "1.8.2" revision commit))
536 (source (origin 536 (source (origin
537 (method git-fetch) 537 (method git-fetch)
@@ -608,6 +608,10 @@ WSGI and the node exporter textfile collector.")
608written in Go with pluggable metric collectors.") 608written in Go with pluggable metric collectors.")
609 (license license:asl2.0)))) 609 (license license:asl2.0))))
610 610
611(define-public go-github-com-prometheus-node-exporter
612 (deprecated-package "go-github-com-prometheus-node-exporter"
613 prometheus-node-exporter))
614
611(define-public temper-exporter 615(define-public temper-exporter
612 (let ((commit "a87bbab19c05609d62d9e4c7941178700c1ef84d") 616 (let ((commit "a87bbab19c05609d62d9e4c7941178700c1ef84d")
613 (revision "0")) 617 (revision "0"))