# rename directories to reflect the changes from the ebuild and symux.conf file --- syweb/htdocs/syweb/setup.inc.orig 2007-04-28 18:13:18.000000000 +0100 +++ syweb/htdocs/syweb/setup.inc 2007-04-28 18:14:25.000000000 +0100 @@ -32,11 +32,18 @@ $symon['layout_dir']='/var/www/symon'; */ -/* running FreeBSD, apache not chrooted: */ +/* running FreeBSD, apache not chrooted: $symon['rrdtool_path']='/usr/local/bin/rrdtool'; $symon['cache_dir']='/usr/local/www/symon/cache'; $symon['host_tree']='/usr/local/www/symon/rrds'; $symon['layout_dir']='/usr/local/www/symon'; +*/ + +/* running Linux, apache not chrooted: */ +$symon['rrdtool_path']='/usr/bin/rrdtool'; +$symon['cache_dir']='/var/www/localhost/htdocs/symon/cache'; +$symon['host_tree']='/var/lib/symon/rrds'; +$symon['layout_dir']='/var/www/localhost/htdocs/symon/layouts'; $symon['cache_duration']=20; $symon['isolate_hosts']=1;