We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44914ef commit cef4ad3Copy full SHA for cef4ad3
Formula/n/node_exporter.rb
@@ -1,8 +1,8 @@
1
class NodeExporter < Formula
2
desc "Prometheus exporter for machine metrics"
3
homepage "https://prometheus.io/"
4
- url "https://github.com/prometheus/node_exporter/archive/refs/tags/v1.10.0.tar.gz"
5
- sha256 "a37db1cd8c5227088aa925c0a49d560cf20087a6e444e1cecda12376a83fbcff"
+ url "https://github.com/prometheus/node_exporter/archive/refs/tags/v1.10.2.tar.gz"
+ sha256 "aeb88ad980fd87ee08b1b3e5c70977c32065115cc8152e3fc846e2d60b2a662f"
6
license "Apache-2.0"
7
head "https://github.com/prometheus/node_exporter.git", branch: "master"
8
0 commit comments