diff --git a/hosts/chrysalis/prometheus.nix b/hosts/chrysalis/prometheus.nix index 6213882..29c1e10 100644 --- a/hosts/chrysalis/prometheus.nix +++ b/hosts/chrysalis/prometheus.nix @@ -29,19 +29,6 @@ metrics_path = "/xesite"; static_configs = [{ targets = [ "lufta:43705" ]; }]; } - { - job_name = "ircmon"; - metrics_path = "/ircmon"; - static_configs = [{ targets = [ "lufta:43705" ]; }]; - } - { - job_name = "corerad"; - static_configs = [{ targets = [ "keanu:38177" ]; }]; - } - { - job_name = "coredns"; - static_configs = [{ targets = [ "chrysalis:47824" ]; }]; - } { job_name = "nginx"; static_configs = [{ diff --git a/hosts/logos/default.nix b/hosts/logos/default.nix index bb04084..15c4683 100755 --- a/hosts/logos/default.nix +++ b/hosts/logos/default.nix @@ -4,6 +4,7 @@ imports = [ ./minecraft.nix ]; users.motd = builtins.readFile ./motd; + services.prometheus.exporters.node.enable = true; networking.hostName = "logos"; networking.hostId = "aeace675";