Changes between Version 135 and Version 136 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Nov 7, 2009, 9:06:47 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v135 v136  
    875875__Base template__ : `machine-types/mon`.
    876876
     877MonBox is the service in charge of storing local accounting. It is used in conjunction with APEL, the framework in charge of collecting accounting data on the CEs and publishing them into the central accounting. APEL is made of 2 parts:
     878 * the parser: in charge of parsing batch system and globus accounting/log files, producing the normalized grid accounting data and storing them into the MonBox database. Normally running on the CE, there is one parser by type of batch system.
     879 * the publisher: in charge of publishing the local accounting data stored on the MonBox into the grid central accounting. Normally runs on the MonBox.
     880
    877881MonBox requires the following configuration variables:
    878882
     
    880884 * `MON_HOST`: host name of MonBox.
    881885
    882 APEL configuration on the CE requires the following variables:
     886APEL configuration requires the following variables:
    883887 * `APEL_ENABLED`: wheter to enable APEL. Default: `true`.
    884888 * `APEL_DB_NAME`: APEL database name on MonBox. Default: `accounting`.
     
    890894include { 'common/accounting/apel/publisher' };
    891895}}}
     896
     897''Note: even though APEL publisher is not run on a MonBox, it does require access to a MonBox.''
     898
    892899
    893900