Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of monjurul hasan  >  RRD Manipulator  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: config file
Class: RRD Manipulator
Retrieve server traffic information using RRDTool
Author: By
Last change:
Date: 2009-11-18 00:44
Size: 436 bytes
 

Contents

Class file image Download
<?php
/*
 * Author: Md.Monjurul Hasan
 * Date Created: 28-10-2008
 * Last Modified: 28-10-2009
  
 * Description - Config file for rrd data manipulation
*/
$mrtg_config = array (
  
'rrd_path'=>'rra'//set your rrd path - can be absolute 
  
'data_souce_in'=> 'ds0'// data source names (these are default names for in and out values)
  
'data_souce_out'=> 'ds1',
  
'rrd_array'=>'test1,test2' //rrd file name without extension(.rrd)
);