|
From: <nic...@us...> - 2007-05-15 14:55:56
|
Revision: 1583
http://svn.sourceforge.net/metpx/?rev=1583&view=rev
Author: nicholaslemay
Date: 2007-05-15 07:55:52 -0700 (Tue, 15 May 2007)
Log Message:
-----------
Modified almost all files as to clean up the paths used throughout
the library.
All paths are now found in StatsPaths. Those who were hardcoded are
no longer hardcoded and not-hardcaded paths are no longer needed within
PXPaths.
Removed stats/setTimeOfLastUpdate.py and stats/DirectoryFileCollector.py
from svn trunk since they were replaced by other files a while back
but the deletion was never made.
Added LogFileCollector wich replaced stats/DirectoryFileCollector.py
a while back but was never added to svn.
Modified Paths:
--------------
trunk/sundew/lib/stats/ClientGraphicProducer.py
trunk/sundew/lib/stats/ClientStatsPickler.py
trunk/sundew/lib/stats/FileStatsCollector.py
trunk/sundew/lib/stats/GroupConfigParameters.py
trunk/sundew/lib/stats/MachineConfigParameters.py
trunk/sundew/lib/stats/PickleVersionChecker.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/StatsMonitoringConfigParameters.py
trunk/sundew/lib/stats/StatsPaths.py
trunk/sundew/lib/stats/StatsPlotter.py
trunk/sundew/lib/stats/backupRRDDatabases.py
trunk/sundew/lib/stats/backwardReader.py
trunk/sundew/lib/stats/cpickleWrapper.py
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/generateAllGraphsForServer.py
trunk/sundew/lib/stats/generateGraphics.py
trunk/sundew/lib/stats/generateRRDGraphics.py
trunk/sundew/lib/stats/generateTopWebPage.py
trunk/sundew/lib/stats/getGraphicsForWebPages.py
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/pickleCleaner.py
trunk/sundew/lib/stats/pickleMerging.py
trunk/sundew/lib/stats/pickleSynchroniser.py
trunk/sundew/lib/stats/pickleUpdater.py
trunk/sundew/lib/stats/pickledTimesViewer.py
trunk/sundew/lib/stats/restoreRoundRobinDatabases.py
trunk/sundew/lib/stats/retreiveDataFromMachine.py
trunk/sundew/lib/stats/setTimeOfLastUpdates.py
trunk/sundew/lib/stats/statsMonitor.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
trunk/sundew/lib/stats/transferPickleToRRD.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
Added Paths:
-----------
trunk/sundew/lib/stats/LogFileCollector.py
Removed Paths:
-------------
trunk/sundew/lib/stats/DirectoryFileCollector.py
trunk/sundew/lib/stats/setTimeOfLastUpdate.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|