ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/rrdgraphing/rrdgraphing.conf
(Generate patch)

Comparing projects/cms/source/reports/rrdgraphing/rrdgraphing.conf (file contents):
Revision 1.4 by tdb, Sun Aug 1 10:40:32 2004 UTC vs.
Revision 1.8 by tdb, Thu Nov 23 16:37:44 2006 UTC

# Line 35 | Line 35
35   # This directory should be in the root of the php webpage structure
36   $imgdir = "/opt/rrdgraphing/graphs";
37  
38 + # Size of images, in pixels
39 + $imgwidth = 500;
40 + $imgheight = 150;
41 +
42   # Location of RRD databases
43   $rrddir = "/opt/rrdgraphing/databases";
44  
# Line 61 | Line 65 | $deleteimgs = 1;
65   $hex_slash = "_2f";
66   # _ converted to a decimal then hex'd
67   $hex_underscore = "_5f";
68 + # (space) converted to a decimal then hex'd
69 + $hex_space = "_20";
70 + # : converted to a decimal then hex'd
71 + $hex_colon = "_3A";
72 + # \ converted to a decimal then hex'd
73 + $hex_bslash = "_5C";
74 + # ( converted to a decimal then hex'd
75 + $hex_rbracket = "_28";
76 + # ) converted to a decimal then hex'd
77 + $hex_lbracket = "_29";
78 + # + converted to a decimal then hex'd
79 + $hex_plus = "_2B";
80 + # # converted to a decimal then hex'd
81 + $hex_hash = "_23";
82  
83   # step interval in the rrd databases
84   $rrdstep = 60;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines