mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
perl-Monitoring-Plugin: init at 0.39
This commit is contained in:
parent
33ef911d3d
commit
f0fcbb072e
1 changed files with 19 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue