Eelco Dolstra
0f6f60c92d
* Enable GD support in Nagios.
...
svn path=/nixpkgs/trunk/; revision=9781
2007-11-23 16:44:43 +00:00
Eelco Dolstra
4e8bf82213
* Latest Nagios.
...
svn path=/nixpkgs/trunk/; revision=9608
2007-11-08 18:17:56 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
e6ab9b0070
* Install the sample config files.
...
svn path=/nixpkgs/trunk/; revision=7570
2007-01-08 18:55:06 +00:00
Armijn Hemel
b3dfc01024
* add nagios for monitoring stuff (handy for in the buildfarm!).
...
It needs cleaning up (I think^Wknow there are some impurities in all the
scripts and the config) and it is non-functional until the nagios-plugins
package has been added.
svn path=/nixpkgs/trunk/; revision=7506
2006-12-28 00:48:06 +00:00