wiki:Documentation/Configuration

Version 2 (modified by bastiaans, 17 years ago) (diff)

--

Configuration

After installation each component requires additional configuration.

jobmond

  1. Edit Jobmond's config to reflect your settings
    vi /etc/jobmond.conf
    

( see config comments for syntax and explanation )

jobarchived

  1. Edit Jobarchived's config to reflect your settings:
    vi /etc/jobarchived.conf
    

( see config comments for syntax and explanation )

web

  1. Change your Ganglia's web template to Job Monarch
    vi /var/www/ganglia/conf.php
    
    $template_name = "job_monarch";
    
  2. Change Job Monarch's config to reflect your settings:
    vi /var/www/ganglia/addons/job_monarch/conf.php
    

( see config comments for syntax and explanation )