Changeset 204


Ignore:
Timestamp:
01/06/06 10:12:02 (18 years ago)
Author:
bastiaans
Message:

job_monarch/libtoga.php:

  • lost commit of dbase fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/libtoga.php

    r203 r204  
    9292        var $ip, $dbase, $conn;
    9393
    94         function TarchDbase( $ip = null, $dbase = 'toga' ) {
     94        function TarchDbase( $ip = null, $dbase = 'jobarch' ) {
    9595                $this->ip = $ip;
    9696                $this->dbase = $dbase;
     
    103103                        $this->conn = pg_connect( "dbname=".$this->dbase );
    104104                else
    105                         $this->conn = pg_connect( "host=".$this->ip." dbase=".$this->dbase );
     105                        $this->conn = pg_connect( "host=".$this->ip." dbname=".$this->dbase );
    106106        }
    107107
     
    230230        var $rrdbin, $rrdvalues, $clustername, $hostname, $tempdir, $tarchdir, $metrics;
    231231
    232         function TarchRrdGraph( $clustername, $hostname, $rrdbin = '/usr/bin/rrdtool', $tarchdir = '/data/toga/rrds' ) {
     232        function TarchRrdGraph( $clustername, $hostname, $rrdbin = '/usr/bin/rrdtool', $tarchdir = '/data/jobarch/rrds' ) {
    233233       
    234234                $this->rrdbin = $rrdbin;
Note: See TracChangeset for help on using the changeset viewer.