--- projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2005/06/29 10:26:40 1.7 +++ projects/cms/source/reports/rrdgraphing/rrdgraphing.conf 2006/11/23 16:37:44 1.8 @@ -25,7 +25,7 @@ # Holds configuration for the perl scripts. # # $Author: tdb $ -# $Id: rrdgraphing.conf,v 1.7 2005/06/29 10:26:40 tdb Exp $ +# $Id: rrdgraphing.conf,v 1.8 2006/11/23 16:37:44 tdb Exp $ #------------------------------------------------------------ # !! if this file gets updated, the perl scripts must also be updated !! @@ -34,6 +34,10 @@ # (a directory will be constructed for each host under this) # This directory should be in the root of the php webpage structure $imgdir = "/opt/rrdgraphing/graphs"; + +# Size of images, in pixels +$imgwidth = 500; +$imgheight = 150; # Location of RRD databases $rrddir = "/opt/rrdgraphing/databases";