1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "junos-czerwonk-exporter";
7 src = fetchFromGitHub {
9 repo = "junos_exporter";
11 sha256 = "sha256-5haMQlwGJO0WdT75AEfs41k1oWUqrFk9nj+DOcKAom0=";
14 vendorHash = "sha256-qHs6KuBmJmmkmR23Ae7COadb2F7N8CMUmScx8JFt98Q=";
17 description = "Exporter for metrics from devices running JunOS";
18 mainProgram = "junos_exporter";
19 homepage = "https://github.com/czerwonk/junos_exporter";
20 license = licenses.mit;
21 maintainers = teams.wdz.members;