forked from mirrors/nixpkgs
add nagios here too
svn path=/nixpkgs/trunk/; revision=7507
This commit is contained in:
parent
b3dfc01024
commit
bb6e765df2
|
@ -2039,6 +2039,10 @@ rec {
|
|||
ant = apacheAntBlackdown14;
|
||||
};
|
||||
|
||||
nagios = import ../servers/monitoring/nagios {
|
||||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
postgresql = import ../servers/sql/postgresql {
|
||||
inherit fetchurl stdenv readline ncurses zlib;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue