1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl-Monitoring-Plugin: init at 0.39

This commit is contained in:
Igor Pashev 2016-07-20 09:48:49 +03:00
parent 33ef911d3d
commit f0fcbb072e

View file

@ -8306,6 +8306,25 @@ let self = _self // overrides; _self = with self; {
};
};
MonitoringPlugin = buildPerlPackage rec {
name = "Monitoring-Plugin-0.39";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NI/NIERLEIN/${name}.tar.gz";
sha256 = "030cw86j8712z8rn66k935gbilb5rcj3lnk4n53vh1b2phrszvjw";
};
buildInputs = [ TestMore ];
propagatedBuildInputs = [
Carp ClassAccessor ConfigTiny
MathCalcUnits ParamsValidate ];
meta = {
description = ''
A family of perl modules to streamline writing Naemon,
Nagios, Icinga or Shinken (and compatible) plugins
'';
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
IOPipely = buildPerlPackage rec {
name = "IO-Pipely-0.005";
src = fetchurl {