Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f62574e179a2430e3870650b9190269d > files > 2

RRDBrowse-1.6-4mdv2008.0.noarch.rpm

#
# rrdbrowse sample config
#
# $Id: rrdbrowse.conf,v 1.15 2003/03/30 22:27:21 tommy Exp $
#

# the root of everything
basepath = /var/www/rrdbrowse/

# where your nfo files are
# should be readable by you and webserver
nfopath = /var/www/rrdbrowse/nfos/

# where the webserver should store pngs
# writable for webserver
pngpath = /var/www/rrdbrowse/pngs/

# where the system should write/create rrd files
# writable for you and webserver
rrdpath = /var/www/rrdbrowse/rrds/

# where summary pages are located
# readable for you and webserver
pagepath = /var/www/rrdbrowse/pages/

# cache dir for RRD::Cache object
# writable for you
cachepath = /var/www/rrdbrowse/cache/

# the timeout for interface names in the interface cache
# if you're doing maintenance and swapping interfaces 
# you can lower this value, but not any lower than 300 secs
timeout = 7200

# nr of update processes to spawn each round
# put to 1 or 2 for fast networks and terribly slow machine
# put to 10 or so for fast machines and slow networks, but not unless
# your uplink is fast. Somewhere in between 3 and 7 should be nice.
# increase this value if the rbupdate daemon can't handle all
# nfo file updates in 5 minutes.
processes = 3

# leave blank to warn() about it and let cron email you the errors.
logfacility = local6

# Uncomment this if you like fancy icons in front of filenames and
# directories. It assumes you've got the Apache /icons directory set
# available. It uses /icons/small/dir.gif, index.gif and image2.gif
# If you don't have them get them here: http://home.support.nl/icons/small/
#icons = on

# Which variables to show in the web interface on top of the overview 
# pages. Note that Bandwidth, Router and Connection are pure for
# informative purposes only and have no function in the program.
showvars = Description Interface Bandwidth Limit Connection Router 

# Title for the cgi scripts
title = RRD Statistics

# The image html tag used in the cgi scripts
image = src="http://www.chiparus.org/c/h/i/p/a/r/u/s/logo2.gif" WIDTH=275 HEIGHT=58

# Optional custom stylesheet URL
#stylesheet = /gfx/style2.css

# Group owner of the png directory (should be user your webserver runs as)
group = apache