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 34a5b40 commit e00f6abCopy full SHA for e00f6ab
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.9.1.tar.gz"
5
- sha256 "ac80b13ced462e88f243ad5e98c12bbcee2628bf552c0d19bb5ae125ce09730d"
+ url "https://github.com/prometheus/node_exporter/archive/refs/tags/v1.10.0.tar.gz"
+ sha256 "a37db1cd8c5227088aa925c0a49d560cf20087a6e444e1cecda12376a83fbcff"
6
license "Apache-2.0"
7
head "https://github.com/prometheus/node_exporter.git", branch: "master"
8
0 commit comments