From: <buc...@us...> - 2008-12-07 19:58:44
|
Revision: 95 http://devmon.svn.sourceforge.net/devmon/?rev=95&view=rev Author: buchanmilne Date: 2008-12-07 19:58:38 +0000 (Sun, 07 Dec 2008) Log Message: ----------- Add svn keywords to files that should have them Modified Paths: -------------- trunk/README trunk/devmon trunk/docs/GRAPHING trunk/docs/INSTALLATION trunk/docs/MULTINODE trunk/docs/TEMPLATES trunk/docs/USING trunk/docs/using.html trunk/extras/devmon-rrd.pl trunk/modules/dm_config.pm trunk/modules/dm_msg.pm trunk/modules/dm_snmp.pm trunk/modules/dm_templates.pm trunk/modules/dm_tests.pm Property Changed: ---------------- trunk/devmon trunk/docs/COPYING trunk/docs/GRAPHING trunk/docs/INSTALLATION trunk/docs/MULTINODE trunk/docs/TEMPLATES trunk/docs/USING trunk/docs/using.html trunk/extras/devmon-rrd.pl trunk/extras/do_devmon.c trunk/modules/dm_config.pm trunk/modules/dm_msg.pm trunk/modules/dm_snmp.pm trunk/modules/dm_templates.pm trunk/modules/dm_tests.pm Modified: trunk/README =================================================================== --- trunk/README 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/README 2008-12-07 19:58:38 UTC (rev 95) @@ -126,3 +126,4 @@ Devmon on a 386 with 8MB of memory. +$Id$ Modified: trunk/devmon =================================================================== --- trunk/devmon 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/devmon 2008-12-07 19:58:38 UTC (rev 95) @@ -4,6 +4,10 @@ # Hobbit network monitoring systems # Copyright (C) 2005-2006 Eric Schwimmer # +# $URL$ +# $Revision +# $Id$ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or Property changes on: trunk/devmon ___________________________________________________________________ Added: svn:keywords + URL Revision Id Property changes on: trunk/docs/COPYING ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/docs/GRAPHING =================================================================== --- trunk/docs/GRAPHING 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/docs/GRAPHING 2008-12-07 19:58:38 UTC (rev 95) @@ -119,3 +119,5 @@ Finally, you need a graph definition for connects, such as the one shipped in extras/devmon-graph.cfg ---------------------------------- + +$Id$ Property changes on: trunk/docs/GRAPHING ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/docs/INSTALLATION =================================================================== --- trunk/docs/INSTALLATION 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/docs/INSTALLATION 2008-12-07 19:58:38 UTC (rev 95) @@ -283,4 +283,4 @@ For ideas on advanced multi-node cluster set up, please consult the docs/MULTINODE file. - +$Id$ Property changes on: trunk/docs/INSTALLATION ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/docs/MULTINODE =================================================================== --- trunk/docs/MULTINODE 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/docs/MULTINODE 2008-12-07 19:58:38 UTC (rev 95) @@ -156,3 +156,5 @@ but hopefully this little bit of information is enough to get you on the right track. For more information on MySQL and MySQL clustering, please visit the MySQL website, http://www.mysql.com. + +$Id$ Property changes on: trunk/docs/MULTINODE ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/docs/TEMPLATES =================================================================== --- trunk/docs/TEMPLATES 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/docs/TEMPLATES 2008-12-07 19:58:38 UTC (rev 95) @@ -987,3 +987,4 @@ all your machines can take up to twice the interval of your polling cycle, so be patient! +$Id$ Property changes on: trunk/docs/TEMPLATES ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/docs/USING =================================================================== --- trunk/docs/USING 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/docs/USING 2008-12-07 19:58:38 UTC (rev 95) @@ -357,3 +357,5 @@ For more in-depth information on templates, please see the docs/TEMPLATES file. + +$Id$ Property changes on: trunk/docs/USING ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/docs/using.html =================================================================== --- trunk/docs/using.html 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/docs/using.html 2008-12-07 19:58:38 UTC (rev 95) @@ -375,6 +375,6 @@ For more in-depth information on templates, please see the docs/TEMPLATES file. </pre> - +$Id$ </body> </html> Property changes on: trunk/docs/using.html ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/extras/devmon-rrd.pl =================================================================== --- trunk/extras/devmon-rrd.pl 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/extras/devmon-rrd.pl 2008-12-07 19:58:38 UTC (rev 95) @@ -1,4 +1,7 @@ #!/usr/bin/perl -w +# $URL$ +# $Revision +# $Id$ # See http://me.kaya.fr/howto_devmon_hobbit.txt use strict; Property changes on: trunk/extras/devmon-rrd.pl ___________________________________________________________________ Added: svn:keywords + URL Revision Id Property changes on: trunk/extras/do_devmon.c ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/modules/dm_config.pm =================================================================== --- trunk/modules/dm_config.pm 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/modules/dm_config.pm 2008-12-07 19:58:38 UTC (rev 95) @@ -10,6 +10,10 @@ # Copyright (C) 2005-2006 Eric Schwimmer # Copyright (C) 2007 Francois Lacroix # +# $URL$ +# $Revision +# $Id$ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or Property changes on: trunk/modules/dm_config.pm ___________________________________________________________________ Added: svn:keywords + URL Revision Id Modified: trunk/modules/dm_msg.pm =================================================================== --- trunk/modules/dm_msg.pm 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/modules/dm_msg.pm 2008-12-07 19:58:38 UTC (rev 95) @@ -7,6 +7,10 @@ # Hobbit network monitoring systems # Copyright (C) 2005-2006 Eric Schwimmer # +# $URL$ +# $Revision +# $Id$ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or Property changes on: trunk/modules/dm_msg.pm ___________________________________________________________________ Added: svn:keywords + URL Revision Id Modified: trunk/modules/dm_snmp.pm =================================================================== --- trunk/modules/dm_snmp.pm 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/modules/dm_snmp.pm 2008-12-07 19:58:38 UTC (rev 95) @@ -8,6 +8,10 @@ # Copyright (C) 2005-2006 Eric Schwimmer # Copyright (C) 2007 Francois Lacroix # +# $URL$ +# $Revision +# $Id$ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or Property changes on: trunk/modules/dm_snmp.pm ___________________________________________________________________ Added: svn:keywords + URL Revision Id Modified: trunk/modules/dm_templates.pm =================================================================== --- trunk/modules/dm_templates.pm 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/modules/dm_templates.pm 2008-12-07 19:58:38 UTC (rev 95) @@ -9,6 +9,10 @@ # Copyright (C) 2005-2006 Eric Schwimmer # Copyright (C) 2007 Francois Lacroix # +# $URL$ +# $Revision +# $Id$ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or Property changes on: trunk/modules/dm_templates.pm ___________________________________________________________________ Added: svn:keywords + URL Revision Id Modified: trunk/modules/dm_tests.pm =================================================================== --- trunk/modules/dm_tests.pm 2008-12-06 11:33:51 UTC (rev 94) +++ trunk/modules/dm_tests.pm 2008-12-07 19:58:38 UTC (rev 95) @@ -8,6 +8,10 @@ # Copyright (C) 2005-2006 Eric Schwimmer # Copyright (C) 2007 Francois Lacroix # +# $URL$ +# $Revision +# $Id$ +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or Property changes on: trunk/modules/dm_tests.pm ___________________________________________________________________ Added: svn:keywords + URL Revision Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |