# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |