@cryptotaxi247 / infra / commits / 4e5cc21b

prometheus: scrape oakhost macs

Martin Weinelt committed Nov 23, 2024 at 17:35 UTC 4e5cc21b1778d71a34526d627f211f446732aab6
1 file changed +4
build/pluto/prometheus/exporters/node.nix
+4
@@ -28,11 +28,15 @@
28 {
29 labels.role = "mac";
30 targets = [
31 + # hetzner
32 "intense-heron.mac.nixos.org:9100"
33 "sweeping-filly.mac.nixos.org:9100"
34 "maximum-snail.mac.nixos.org:9100"
35 "growing-jennet.mac.nixos.org:9100"
36 "enormous-catfish.mac.nixos.org:9100"
37 + # oakhost
38 + "kind-lumiere.mac.nixos.org:9100"
39 + "eager-heisenberg.mac.nixos.org:9100"
40 ];
41 }
42 ];