Ignore:
Timestamp:
03/22/13 12:02:36 (11 years ago)
Author:
ramonb
Message:

graph.php:

  • fixed rrd dir: running/queued jobs graph working again

templates/footer.tpl:

  • renamed Ganglia to Ganglia web

libtoga.php:

  • fixed rrdtool path
File:
1 edited

Legend:

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

    r723 r725  
    343343    function TarchRrdGraph( $clustername, $hostname )
    344344    {
    345         global $RRDTOOL;
     345        global $conf;
    346346        global $JOB_ARCHIVE_DIR;
    347347
    348         $this->rrdbin        = $RRDTOOL;
     348        $this->rrdbin        = $conf['rrdtool'];
    349349        $this->rrdvalues    = array();
    350350        $this->tarchdir        = $JOB_ARCHIVE_DIR;
Note: See TracChangeset for help on using the changeset viewer.