ctucx.git: nixfiles

ctucx' nixfiles

commit 36091ab50efa0b1b2ead38e396a5fea455d26e10
parent 08b4fd4c3806d889e31e9f763c94844d61eef904
Author: Leah (ctucx) <git@ctu.cx>
Date: Fri, 4 Nov 2022 17:47:12 +0100

machines/osterei/prometheus: cleanup targets
1 file changed, 2 insertions(+), 15 deletions(-)
M
machines/osterei/prometheus.nix
|
17
++---------------
diff --git a/machines/osterei/prometheus.nix b/machines/osterei/prometheus.nix
@@ -29,7 +29,6 @@
           metrics_path    = "/node-exporter";
           static_configs  = [{
             targets = [
-              "taurus.ctu.cx"
               "osterei.ctu.cx"
               "wanderduene.ctu.cx"
               "desastro.ctu.cx"

@@ -37,20 +36,8 @@
               "hector.ctu.cx"
               "stasicontainer.home.ctu.cx"
               "luna.f2k1.de"
-              "jules.f2k1.de"
-            ];
-          }];
-        }
-
-        {
-          job_name        = "fritzbox-exporter";
-          scrape_interval = "30s";
-          scheme          = "https";
-          metrics_path    = "/metrics";
-          static_configs  = [{
-            targets = [
-              "fbexporter.ctu.cx"
-              "fbexporter.f2k1.de"
+              "taurus.f2k1.de"
+              "mastodon.zug.network"
             ];
           }];
         }