1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "mtr-exporter";
7 src = fetchFromGitHub {
11 hash = "sha256-vVYdIfogXHixf1/7+uGKSxbqVmr9NeCUuNVYE07HoBw=";
18 Mtr-exporter periodically executes mtr to a given host and
19 provides the measured results as prometheus metrics.
21 homepage = "https://github.com/mgumz/mtr-exporter";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ jakubgs ];
24 mainProgram = "mtr-exporter";