prometheus-snmp-config: fix for new Prometheus
This commit is contained in:
parent
1d99648436
commit
5564d236ac
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ let
|
||||||
version = "lukegb-${prometheus-snmp-exporter.version}";
|
version = "lukegb-${prometheus-snmp-exporter.version}";
|
||||||
|
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHash = "sha256:1inp8wyp4slqdwxz9g5bq9m3736jq0mbdjgn4s8y25rsi104fd6a";
|
outputHash = "sha256:0i2cn5yxb2rnkg91wjmyzd5g2y3cr5yhfkbr9715kw5qk4rf73a0";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
curl
|
curl
|
||||||
|
@ -46,6 +46,7 @@ let
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
pushd $NIX_BUILD_TOP/build
|
pushd $NIX_BUILD_TOP/build
|
||||||
|
mkdir mibs
|
||||||
make CURL_OPTS="$CURL_OPTS"
|
make CURL_OPTS="$CURL_OPTS"
|
||||||
|
|
||||||
# Additional mibs...
|
# Additional mibs...
|
||||||
|
|
Loading…
Reference in a new issue