d'oh
Eelco Dolstra committed
Apr 5, 2021 at 17:05 UTC
e301de4a0209dd256c953e64fc6488e3aa2304fb
1 file changed
+3
-3
delft/eris.nix
+3
-3
@@ -59,14 +59,14 @@ in {
59
exporters.blackbox = {
60
enable = true;
61
listenAddress = "127.0.0.1";
62
- configFile = builtins.writeText "probes.yml" (builtins.toJSON {
62
+ configFile = pkgs.writeText "probes.yml" (builtins.toJSON {
63
modules.https_success = {
64
prober = "http";
65
tcp.tls = true;
66
- http.headers.User-Agent: "blackbox-exporter";
66
+ http.headers.User-Agent = "blackbox-exporter";
67
};
68
});
69
- }
69
+ };
70
71
alertmanagers = [
72
{