|
From: <nic...@us...> - 2007-06-13 15:07:44
|
Revision: 1690
http://svn.sourceforge.net/metpx/?rev=1690&view=rev
Author: nicholaslemay
Date: 2007-06-13 08:07:27 -0700 (Wed, 13 Jun 2007)
Log Message:
-----------
Added automatic file renaming using fileRenamer.
This will prove usel full in case members of a machine tag gets renamed.
for example if a machine tag named tagx is currently
comprised of machines a and b many files will be named xyz_ab
if ab were ever to change to cd, the xyz_ab fiels will be renamed xyz_cd.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-09-19 16:59:24
|
Revision: 1934
http://metpx.svn.sourceforge.net/metpx/?rev=1934&view=rev
Author: nicholaslemay
Date: 2007-09-19 09:59:17 -0700 (Wed, 19 Sep 2007)
Log Message:
-----------
Uncommented upload.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-10-03 19:48:50
|
Revision: 1957
http://metpx.svn.sourceforge.net/metpx/?rev=1957&view=rev
Author: nicholaslemay
Date: 2007-10-03 12:48:40 -0700 (Wed, 03 Oct 2007)
Log Message:
-----------
Added calls necessary for csv file creation
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-07 20:58:51
|
Revision: 2230
http://metpx.svn.sourceforge.net/metpx/?rev=2230&view=rev
Author: nicholaslemay
Date: 2007-12-07 12:58:49 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
Added use of locking mechanism whch prevents us from running two instances
of pxStatsStartup.py at once.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-11 15:46:58
|
Revision: 2232
http://metpx.svn.sourceforge.net/metpx/?rev=2232&view=rev
Author: nicholaslemay
Date: 2007-12-11 07:46:46 -0800 (Tue, 11 Dec 2007)
Log Message:
-----------
Added the use of a currentTime parameter generated
when the application is originally called.
This way, all the external programs will be called
using the time of the first call to pxStatsStartup
and not the time of the call to the external program.
This way, all the different tasks will be done for the same hour,
even though the total time of the execution of pxStatsStartup
can take more than an hour. Combined with the lock mechanism,
this should prevent many potential problems when data collection
has been stopped for a while or has to take longer than usaul for some other reason.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-18 16:46:52
|
Revision: 2245
http://metpx.svn.sourceforge.net/metpx/?rev=2245&view=rev
Author: nicholaslemay
Date: 2007-12-18 08:46:51 -0800 (Tue, 18 Dec 2007)
Log Message:
-----------
Corrected bug in call to pickle cleaner.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-18 22:27:29
|
Revision: 2250
http://metpx.svn.sourceforge.net/metpx/?rev=2250&view=rev
Author: nicholaslemay
Date: 2007-12-18 14:27:26 -0800 (Tue, 18 Dec 2007)
Log Message:
-----------
Added use of newly added method to find out location of remote log files.
Will need to add a search method to find remotly installed
pxStats locations
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-03-05 16:11:09
|
Revision: 2420
http://metpx.svn.sourceforge.net/metpx/?rev=2420&view=rev
Author: nicholaslemay
Date: 2008-03-05 08:11:01 -0800 (Wed, 05 Mar 2008)
Log Message:
-----------
Added proper calls to WebPageGraphicsGenerator
that now handle the generation of graphics in as many languages as desired.
Added support for translated output to be printed within this script.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-03-05 16:27:37
|
Revision: 2421
http://metpx.svn.sourceforge.net/metpx/?rev=2421&view=rev
Author: nicholaslemay
Date: 2008-03-05 08:27:35 -0800 (Wed, 05 Mar 2008)
Log Message:
-----------
Added proepr use of StatsPaths.
Now beign used to create class instances
instead of a utility class.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-05-13 15:53:18
|
Revision: 2672
http://metpx.svn.sourceforge.net/metpx/?rev=2672&view=rev
Author: nicholaslemay
Date: 2008-05-13 08:53:12 -0700 (Tue, 13 May 2008)
Log Message:
-----------
Added date parameter to calls to statsMonitor.
Restored printouts for debugging yet unstable version.
Updates use of AutomaticUpdatesManager based on recent
changes to that modules.
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|