|
From: <nic...@us...> - 2006-12-01 21:28:50
|
Revision: 1362
http://svn.sourceforge.net/metpx/?rev=1362&view=rev
Author: nicholaslemay
Date: 2006-12-01 13:28:27 -0800 (Fri, 01 Dec 2006)
Log Message:
-----------
Added this new file to the stats library, ie it still needs testing.
This file is to be used to monitor the different activities
that are made within the stats library using the launchGraphCreation.py program.
It is thus destinated to run on the graphic producing machines, not the pickle
creating ones.
The program will generate a report that is forwarder by email to the designated
recipients.
Thus far it monitors the following :
-Disk usage for the different folders used by the library.
-Presence of all the required pickle file
-Modifications within the crontab
-Stats logs entries, as to see if the crontab is working properly.
-Pickle content : program verifies if data is present for a specific interval
based on the maxSettings.conf file. If no data entries are present for longer
than specified a note is added to the monitoring report.
To be added : File version monitoring : A note will be added in the report if
a file within the library or a file required by the library has
changed since the monitoring job.
Added Paths:
-----------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-12-04 21:26:27
|
Revision: 1369
http://svn.sourceforge.net/metpx/?rev=1369&view=rev
Author: nicholaslemay
Date: 2006-12-04 13:26:20 -0800 (Mon, 04 Dec 2006)
Log Message:
-----------
Corrected a few errors.
Added file version monitoring wich includes :
- Monitoring of the libraries file
- Monitoring of the web pages
- Monitoring of the images
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-12-07 21:23:41
|
Revision: 1376
http://svn.sourceforge.net/metpx/?rev=1376&view=rev
Author: nicholaslemay
Date: 2006-12-07 13:23:37 -0800 (Thu, 07 Dec 2006)
Log Message:
-----------
Corrected errors.
Pickle content monitoring now compares the missing data gaps found
with the TX_Errors file to see if data gaps were really present or if
data collection was faulty.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-12-08 19:48:48
|
Revision: 1377
http://svn.sourceforge.net/metpx/?rev=1377&view=rev
Author: nicholaslemay
Date: 2006-12-08 11:48:47 -0800 (Fri, 08 Dec 2006)
Log Message:
-----------
Corrected bugs.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-01-16 15:34:44
|
Revision: 1438
http://svn.sourceforge.net/metpx/?rev=1438&view=rev
Author: nicholaslemay
Date: 2007-01-16 07:34:28 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
Modified parameter call in pickle analysis.
Analysis now starts from the point of the last filled entry saved
and not the time of the last monitoring job.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-01-30 18:19:35
|
Revision: 1446
http://svn.sourceforge.net/metpx/?rev=1446&view=rev
Author: nicholaslemay
Date: 2007-01-30 10:19:26 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
Modified e-mail output slightly.
Modified web page update validations. Only checks web pages that need to be updated regularly.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-02-06 21:43:37
|
Revision: 1454
http://svn.sourceforge.net/metpx/?rev=1454&view=rev
Author: nicholaslemay
Date: 2007-02-06 13:43:19 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
Modified email subject so that it now includes
whether the emailed report contains errors, warnings
or none of the preceding.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-13 13:52:04
|
Revision: 1523
http://svn.sourceforge.net/metpx/?rev=1523&view=rev
Author: nicholaslemay
Date: 2007-03-13 06:51:05 -0700 (Tue, 13 Mar 2007)
Log Message:
-----------
Modified data gap verification so that warnings no longer
appear when they are 1 minutes within range of pre-established
maxSettings times. This way it will be coherent with the way
errors are written in columbo's error log.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-15 16:56:48
|
Revision: 1535
http://svn.sourceforge.net/metpx/?rev=1535&view=rev
Author: nicholaslemay
Date: 2007-03-15 09:56:41 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Added help lines to all the warning/error cases printed in emails.
This will help the recipient to understand the cause of the problem
and how to interpret and handle the problem.
Modified the allowed margin for data gaps from 1 minute to 3 minutes.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-29 19:09:34
|
Revision: 1556
http://svn.sourceforge.net/metpx/?rev=1556&view=rev
Author: nicholaslemay
Date: 2007-03-29 12:09:25 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Modified error in data gaps verification.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-04-17 14:40:56
|
Revision: 1566
http://svn.sourceforge.net/metpx/?rev=1566&view=rev
Author: nicholaslemay
Date: 2007-04-17 07:40:28 -0700 (Tue, 17 Apr 2007)
Log Message:
-----------
Corrected a rare bug that occured only when Columbo's Error log contained
a "last ... is outdated" line where the time of the last ... was equal to
"NOT FOUND".
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-09 17:42:44
|
Revision: 1572
http://svn.sourceforge.net/metpx/?rev=1572&view=rev
Author: nicholaslemay
Date: 2007-05-09 10:42:40 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Removed the small parameter class from this file.
Uses a StatsMonitoringConfigParameters.py instance instead.
Modified config fetching methods as to use the new class'.
Modified Paths:
--------------
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|