ctucx.git: nixfiles

ctucx' nixfiles

commit 48ba5e55bd1156abfba763c780252da204700665
parent 0f207bd0997e2cf6d68a0f29473fc4c7e07a4931
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 16 Jan 2023 12:55:39 +0100

machines/trabbi/prometheus: remove prometheus-job, remove luna.f2k1.de
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/machines/trabbi/prometheus.nix b/machines/trabbi/prometheus.nix
@@ -10,18 +10,6 @@
     prometheus = {
       enable        = true;
       scrapeConfigs = [
-
-        {
-          job_name        = "prometheus";
-          scrape_interval = "20s";
-          scheme          = "https";
-          static_configs  = [{
-            targets = [
-              "prometheus.ctu.cx"
-            ];
-          }];
-        }
-
         {
           job_name        = "node-exporter";
           scrape_interval = "30s";

@@ -37,7 +25,6 @@
             ) nodes) ++ [
               "stasicontainer.home.ctu.cx"
               "mastodon.zug.network"
-              "luna.f2k1.de"
               "jules.f2k1.de"
               "taurus.f2k1.de"
             ];