Skip to content

Commit b19dbe7

Browse files
authored
Add scraping of wasgeht (socallinuxexpo#890)
2 parents 288133e + b9d90ee commit b19dbe7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nix/nixos-modules/services/monitoring.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ in
5858
builtins.readFile "${pkgs.scale-network.scaleInventory}/config/prom.json"
5959
);
6060
}
61+
{
62+
job_name = "wasgeht";
63+
static_configs = [
64+
{
65+
targets = [ "localhost:${toString config.scale-network.services.wasgeht.port}" ];
66+
}
67+
];
68+
}
6169
];
6270

6371
grafana.enable = mkDefault true;

0 commit comments

Comments
 (0)