disable node exporter on macs for the moment
Graham Christensen committed
Oct 7, 2022 at 09:30 UTC
60f619cc1031b16137279cbd66c17403a0411930
1 file changed
+6
-6
macs/nix-darwin.nix
+6
-6
@@ -73,13 +73,13 @@ in
73
echo "ok"
74
'';
75
76
- launchd.daemons.prometheus-node-exporter = {
77
- command = "${pkgs.prometheus-node-exporter}/bin/node_exporter";
76
+ #launchd.daemons.prometheus-node-exporter = {
77
+ # command = "${pkgs.prometheus-node-exporter}/bin/node_exporter";
78
79
- serviceConfig.KeepAlive = true;
80
- serviceConfig.StandardErrorPath = "/var/log/prometheus-node-exporter.log";
81
- serviceConfig.StandardOutPath = "/var/log/prometheus-node-exporter.log";
82
- };
79
+ # serviceConfig.KeepAlive = true;
80
+ # serviceConfig.StandardErrorPath = "/var/log/prometheus-node-exporter.log";
81
+ # serviceConfig.StandardOutPath = "/var/log/prometheus-node-exporter.log";
82
+ #};
83
84
launchd.daemons.rosetta2-gc = {
85
script = ''