mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/prometheus: fix blackbox exporter
This commit is contained in:
parent
709a1cc0bf
commit
8ec182e570
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let
|
||||||
throw
|
throw
|
||||||
"${logPrefix}: configuration file must not reside within /tmp - it won't be visible to the systemd service."
|
"${logPrefix}: configuration file must not reside within /tmp - it won't be visible to the systemd service."
|
||||||
else
|
else
|
||||||
true;
|
file;
|
||||||
checkConfig = file:
|
checkConfig = file:
|
||||||
pkgs.runCommand "checked-blackbox-exporter.conf" {
|
pkgs.runCommand "checked-blackbox-exporter.conf" {
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue