ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/reports/graphing/browser2_config.inc.php
Revision: 1.1
Committed: Sun Mar 10 16:40:12 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Log Message:
Some initial, but working, pages to fit into the i-scream reports center.
Still need work, like the drop down "type" box doesn't display disks or
queues that nicely. Maybe brings back the argument for meta-deta about each
graph in a file (like the queue's .def files maybe).

File Contents

# User Rev Content
1 tdb 1.1 <?
2    
3     # The report directory, and the number of days to display.
4     $rrddir = "/home/tdb/public_html/rrd";
5     $rrdwebdir = "/~tdb/rrd";
6     #$maxDaysShown = 7;
7    
8     # Page appearance.
9     $scaleImage = "24hour.gif";
10     $lineColor = "#9999ff";
11    
12     # Files to include
13     $titleHTML = "title.inc.php";
14     $bottomHTML = "bottom.inc";
15     $machineNameHTML = "machine_name.inc";
16     $reportHTML = "report.inc";
17    
18     # What are the names of the report files?
19     #$reportLimitsFile = "i-maxmin.txt";
20     #$reportChartFile = "i-chart.gif";
21     #$reportChartDataFile = "i-data.txt";
22    
23     # Submission details.
24     $formMethod = "GET";
25     $thisPage = "browser2.php";
26    
27     # Leave this alone unless you know what you're doing ;)
28     $minFileSize = 33;
29    
30     ?>