Changeset 207 for trunk/web/addons/job_monarch/conf.php
- Timestamp:
- 01/06/06 15:33:08 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/conf.php
r206 r207 23 23 // XML Datasource for Toga 24 24 // by default localhost's gmetad 25 // [syntax: <ip>:<port>] 25 26 // 26 27 $DATA_SOURCE = '127.0.0.1:8651'; … … 30 31 $JOB_ARCHIVE = 1; 31 32 32 // Path to the job archive 33 // Path to the job archive rrd files 33 34 // 34 $JOB_ARCHIVE_DIR = '/data/jobarch/rrds'; 35 $JOB_ARCHIVE_DIR = "/data/jobarch/rrds"; 36 37 // Location of the job archive database 38 // [syntax: <ip>/<dbase>] 39 // 40 $JOB_ARCHIVE_DBASE = "127.0.0.1/jobarch"; 35 41 36 42 // Path to rrdtool binary 37 43 // 38 $RRDTOOL = '/usr/bin/rrdtool'; 39 44 $RRDTOOL = "/usr/bin/rrdtool"; 40 45 ?>
Note: See TracChangeset
for help on using the changeset viewer.