Changes between Version 4 and Version 5 of v1


Ignore:
Timestamp:
Jul 12, 2010, 4:51:25 PM (15 years ago)
Author:
naitabde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v1

    v4 v5  
    1 = Requirements ==
     1= Requirements =
    22* python 2.4 or later
    33* rrdTool
     
    1313     
    1414      e) pysqlite
    15 = classes =
    1615
    17 = modules =
     16= Mdules =
     17Currently, existing modules are:
     18* '''storeCons.py :''' this scrip has as a function to get the values of power consumption of the data center's machines in real-time and to store them in the database
     19
     20* '''getLoadFromRRD.py : ''' this is the python script for moving average load values from rrd databases to the application database
     21
     22* ''' updateDb.py :''' update the database with the two configuration files: f_config_machines.cfg and f_config_pdus.cfg :
     23
     24performs adding new pdu or a new machine to the database, and modifying their characteristics.
     25
     26Nb: The table PDU must be modified before the machines because of foreign keys raisons
     27
     28= Classes =