Changes between Initial Version and Version 1 of Documentation/Configuration


Ignore:
Timestamp:
12/06/06 16:50:20 (17 years ago)
Author:
bastiaans
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v1 v1  
     1= Configuration =
     2
     3After installation each component requires additional configuration.
     4
     5== jobmond ==
     6       
     71. Edit Jobmond's config to reflect your settings
     8{{{
     9vi /etc/jobmond.conf
     10}}}
     11( see config comments for syntax and explanation )
     12
     13== jobarchived ==
     14
     151. Edit Jobarchived's config to reflect your settings:
     16{{{
     17vi /etc/jobarchived.conf
     18}}}
     19( see config comments for syntax and explanation )
     20
     21== web ==
     22
     231. Change your Ganglia's web template to Job Monarch
     24{{{
     25vi /var/www/ganglia/conf.php
     26}}}
     27{{{
     28$template_name = "job_monarch";
     29}}}
     302. Change Job Monarch's config to reflect your settings:
     31{{{
     32vi /var/www/ganglia/addons/job_monarch/conf.php
     33}}}
     34( see config comments for syntax and explanation )