Loading pkgs/servers/monitoring/nagios-plugins/check_uptime/default.nix +14 −8 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, autoreconfHook }: { autoreconfHook, fetchFromGitHub, lib, stdenv, }: stdenv.mkDerivation { pname = "check_uptime"; Loading @@ -17,10 +22,11 @@ stdenv.mkDerivation { postInstall = "ln -sr $out/libexec $out/bin"; meta = with lib; { meta = { description = "Uptime check plugin for Sensu/Nagios/others"; homepage = "https://github.com/madrisan/nagios-plugins-uptime"; license = licenses.gpl3; maintainers = with maintainers; [ peterhoeg ]; license = lib.licenses.gpl3; mainProgram = "check_uptime"; maintainers = with lib.maintainers; [ peterhoeg ]; }; } Loading
pkgs/servers/monitoring/nagios-plugins/check_uptime/default.nix +14 −8 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, autoreconfHook }: { autoreconfHook, fetchFromGitHub, lib, stdenv, }: stdenv.mkDerivation { pname = "check_uptime"; Loading @@ -17,10 +22,11 @@ stdenv.mkDerivation { postInstall = "ln -sr $out/libexec $out/bin"; meta = with lib; { meta = { description = "Uptime check plugin for Sensu/Nagios/others"; homepage = "https://github.com/madrisan/nagios-plugins-uptime"; license = licenses.gpl3; maintainers = with maintainers; [ peterhoeg ]; license = lib.licenses.gpl3; mainProgram = "check_uptime"; maintainers = with lib.maintainers; [ peterhoeg ]; }; }