Ignore:
Timestamp:
03/30/13 13:42:16 (11 years ago)
Author:
ramonb
Message:
  • updated to include USER/PASS settings for DB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/conf.php

    r744 r781  
    2222// Path to Ganglia's web frontend root
    2323//
    24 $GANGLIA_PATH = "/data/ganglia-web-current/";
    25 //$GANGLIA_PATH = "../..";
     24$GANGLIA_PATH = "/var/www/ganglia/";
    2625
    2726// Format of how to display a date and time in human readable format
     
    8584$JOB_ARCHIVE_DIR = "/path/to/my/archive";
    8685
    87 // Location of the job archive database
     86// Location of the job archive (postgres) database
    8887// [syntax: <ip>/<dbase>]
    8988//
    90 $JOB_ARCHIVE_DBASE = "127.0.0.1/jobarch";
     89$JOB_ARCHIVE_DBASE = "127.0.0.1/jobarchive";
     90
     91// Username to connect to the SQL database
     92//
     93$JOB_ARCHIVE_SQL_USER = "jobarchive";
     94
     95// Password to connect to the SQL database: change me
     96//
     97//$JOB_ARCHIVE_SQL_PASSWORD = "";
    9198
    9299// Include cluster specific settings here,
Note: See TracChangeset for help on using the changeset viewer.