munin: add the package, WIP

This commit is contained in:
Domen Kozar
2013-05-20 11:18:40 +02:00
parent c89fe1c0ee
commit c9bae2bcbe
3 changed files with 63 additions and 0 deletions

View File

@@ -5631,6 +5631,8 @@ let
gdSupport = true;
};
munin = callPackage ../servers/monitoring/munin { };
nagiosPluginsOfficial = callPackage ../servers/monitoring/nagios/plugins/official { };
net_snmp = callPackage ../servers/monitoring/net-snmp { };

View File

@@ -3007,6 +3007,14 @@ rec {
};
};
Log4Perl = buildPerlPackage rec {
name = "Log-Log4perl-1.41";
src = fetchurl {
url = "mirror://cpan/modules/by-module/Log/${name}.tar.gz";
sha256 = "0dajkgvlwsb4zdw6x3fil2n5phypq829dmqf8l9s88g9smms2a2i";
};
};
LWP = buildPerlPackage {
name = "libwww-perl-6.04";
src = fetchurl {