prometheus-node-exporter: Bump to 0.11.0
This commit is contained in:
parent
9ccb248e49
commit
c1fb541421
@ -2821,10 +2821,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
prometheus.node-exporter = buildFromGitHub {
|
prometheus.node-exporter = buildFromGitHub {
|
||||||
rev = "0.10.0";
|
rev = "0.11.0";
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "node_exporter";
|
repo = "node_exporter";
|
||||||
sha256 = "0dmczav52v9vi0kxl8gd2s7x7c94g0vzazhyvlq1h3729is2nf0p";
|
sha256 = "149fs9yxnbiyd4ww7bxsv730mcskblpzb3cs4v12jnq2v84a4kk4";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
go-runit
|
go-runit
|
||||||
@ -2835,6 +2835,8 @@ let
|
|||||||
protobuf
|
protobuf
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Prometheus exporter for machine metrics";
|
description = "Prometheus exporter for machine metrics";
|
||||||
homepage = https://github.com/prometheus/node_exporter;
|
homepage = https://github.com/prometheus/node_exporter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user