monitoring #1

Merged
Ittihadyya merged 24 commits from monitoring into trunk 2024-12-20 18:16:41 +02:00
Showing only changes of commit 7c96e82f83 - Show all commits

View file

@ -19,7 +19,7 @@
}: let }: let
ip = i: "10.24.1.${toString i}"; ip = i: "10.24.1.${toString i}";
ips = builtins.mapAttrs (nixpkgs.lib.const ip) molecules; ips = builtins.mapAttrs (nixpkgs.lib.const ip) molecules;
ips' = builtins.mapAttrs (ip: "${ip}:6703") ips; ips' = builtins.mapAttrs (name: ip: "${ip}:6703") ips;
in { in {
services.prometheus = { services.prometheus = {
enable = true; enable = true;