* Nagios plugins.
svn path=/nixpkgs/trunk/; revision=7571
This commit is contained in:
parent
e6ab9b0070
commit
684951cb2e
10
pkgs/servers/monitoring/nagios/plugins/official/default.nix
Normal file
10
pkgs/servers/monitoring/nagios/plugins/official/default.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "nagios-plugins-1.4.5";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://kent.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.5.tar.gz;
|
||||||
|
md5 = "359afddaf6a8e3228a5130b60bed0f67";
|
||||||
|
};
|
||||||
|
}
|
@ -2046,6 +2046,10 @@ rec {
|
|||||||
inherit fetchurl stdenv perl;
|
inherit fetchurl stdenv perl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nagiosPluginsOfficial = import ../servers/monitoring/nagios/plugins/official {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
postgresql = import ../servers/sql/postgresql {
|
postgresql = import ../servers/sql/postgresql {
|
||||||
inherit fetchurl stdenv readline ncurses zlib;
|
inherit fetchurl stdenv readline ncurses zlib;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user