@cryptotaxi247 / infra / commits / 5dd6330e

prom: scrape nixos

Graham Christensen committed Sep 30, 2019 at 22:35 UTC 5dd6330e10b9dd0a144bf1099719b1facefca871
1 file changed +7
delft/eris.nix
+7
@@ -66,9 +66,16 @@ in {
66 {
67 targets = [
68 "chef:9100"
69 + "nixos.org:9100"
70 ];
71 labels.role = "builder";
72 }
73 + {
74 + targets = [
75 + "nixos.org:9100"
76 + ];
77 + labels.role = "webserver";
78 + }
79 {
80 targets = flip mapAttrsToList macs (machine: v: "${machine}:9101");
81 labels.mac = "guest";