Loading pkgs/servers/monitoring/telegraf/default.nix +15 −3 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nixosTests }: { lib , buildGoModule , fetchFromGitHub , nixosTests , testers , telegraf }: buildGoModule rec { pname = "telegraf"; Loading @@ -25,12 +31,18 @@ buildGoModule rec { "-X=github.com/influxdata/telegraf/internal.Version=${version}" ]; passthru.tests = { inherit (nixosTests) telegraf; }; passthru.tests = { inherit (nixosTests) telegraf; version = testers.testVersion { package = telegraf; }; }; meta = with lib; { description = "The plugin-driven server agent for collecting & reporting metrics"; license = licenses.mit; homepage = "https://www.influxdata.com/time-series-platform/telegraf/"; changelog = "https://github.com/influxdata/telegraf/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ mic92 roblabla timstott ]; }; } Loading
pkgs/servers/monitoring/telegraf/default.nix +15 −3 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nixosTests }: { lib , buildGoModule , fetchFromGitHub , nixosTests , testers , telegraf }: buildGoModule rec { pname = "telegraf"; Loading @@ -25,12 +31,18 @@ buildGoModule rec { "-X=github.com/influxdata/telegraf/internal.Version=${version}" ]; passthru.tests = { inherit (nixosTests) telegraf; }; passthru.tests = { inherit (nixosTests) telegraf; version = testers.testVersion { package = telegraf; }; }; meta = with lib; { description = "The plugin-driven server agent for collecting & reporting metrics"; license = licenses.mit; homepage = "https://www.influxdata.com/time-series-platform/telegraf/"; changelog = "https://github.com/influxdata/telegraf/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ mic92 roblabla timstott ]; }; }