Changeset 779 for branches/0.4/web/addons/job_monarch/libtoga.php
- Timestamp:
- 03/29/13 17:26:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/libtoga.php
r778 r779 389 389 global $JOB_ARCHIVE_DIR; 390 390 391 $this->rrdbin 392 $this->rrdvalues 393 $this->tarchdir 394 $this->clustername 395 $this->hostname 391 $this->rrdbin = $conf['rrdtool']; 392 $this->rrdvalues = array(); 393 $this->tarchdir = $JOB_ARCHIVE_DIR; 394 $this->clustername = $clustername; 395 $this->hostname = $hostname; 396 396 } 397 397
Note: See TracChangeset
for help on using the changeset viewer.