Commit 348a128fe84b

Vincent Demeester <vincent@sbr.pm>
2024-11-08 16:41:02
systems.sakhalin: scrape bind and nginx data
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4d9147e
Changed files (1)
systems
systems/hosts/sakhalin.nix
@@ -107,6 +107,18 @@ in
 	    }
 	  ];
 	}
+	{
+	  job_name = "bind";
+	  static_configs = [{
+	    targets = ["demeter.sbr.pm:9009" "athena.sbr.pm:9009"];
+	  }];
+	}
+	{
+	  job_name = "nginx";
+	  static_configs = [{
+	    targets = ["kerkouane.sbr.pm:9001"];
+	  }];
+	}
       ];
       exporters.node = {
 	enable = true;