Changes between Version 135 and Version 136 of Doc/gLite/TemplateCustomization
- Timestamp:
- Nov 7, 2009, 9:06:47 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v135 v136 875 875 __Base template__ : `machine-types/mon`. 876 876 877 MonBox 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 877 881 MonBox requires the following configuration variables: 878 882 … … 880 884 * `MON_HOST`: host name of MonBox. 881 885 882 APEL configuration on the CErequires the following variables:886 APEL configuration requires the following variables: 883 887 * `APEL_ENABLED`: wheter to enable APEL. Default: `true`. 884 888 * `APEL_DB_NAME`: APEL database name on MonBox. Default: `accounting`. … … 890 894 include { 'common/accounting/apel/publisher' }; 891 895 }}} 896 897 ''Note: even though APEL publisher is not run on a MonBox, it does require access to a MonBox.'' 898 892 899 893 900