##----------------------------------------------------------------------------- ## config/rrdtool.txt __FLI4LVER__ ## ## You can edit/change this file with any text editor. ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 2005-09-13 bastard ## Last Update: $Id$ ## ## Copyright (c) 2005-2011 - Stefan Krister, fli4l-Team - team@fli4l.de ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- OPT_RRDTOOL='no' # enable rrdtool RRDTOOL_DB_PATH='/var/rrdtool/db' # path for storing databases RRDTOOL_CACHE_PATH='/var/rrdtool/cache' # path for storing images and # cached parameters for rrdtool RRDTOOL_GRAPH_INTERVAL='15' # interval for starting the rendering # process RRDTOOL_RENDERING_SPEED='1' # wait x seconds between rendering two # graphs. Increase this value for # slower CPUs. RRDTOOL_LOGARITHMIC_UNIT='exponential' # display units for logarithmic # graphs either "prefixed" (m, k, M, G) # or "exponential" # (1e-03, 1E+03, 1E+06, 1E+09) units. RRDTOOL_N='4' # number of data source RRDTOOL_1_SOURCE='network' # name of data source RRDTOOL_1_OPTIONS_N='4' # number of options RRDTOOL_1_OPTIONS_1='eth0' # option for source RRDTOOL_1_OPTIONS_2='eth1' # option for source RRDTOOL_1_OPTIONS_3='eth2' # option for source RRDTOOL_1_OPTIONS_4='ppp0' # option for source RRDTOOL_2_SOURCE='system' # name of data source RRDTOOL_2_OPTIONS_N='6' # number of options RRDTOOL_2_OPTIONS_1='processes' # option for source RRDTOOL_2_OPTIONS_2='load' # option for source RRDTOOL_2_OPTIONS_3='cpu' # option for source RRDTOOL_2_OPTIONS_4='memory' # option for source RRDTOOL_2_OPTIONS_5='uptime' # option for source RRDTOOL_2_OPTIONS_6='connections' # option for source RRDTOOL_3_SOURCE='filesystem' # name of data source RRDTOOL_3_OPTIONS_N='2' # number of options RRDTOOL_3_OPTIONS_1='tmpfs' # option for source RRDTOOL_3_OPTIONS_2='hda1' # option for source RRDTOOL_4_SOURCE='ping' # name of data source # RRDTOOL_4_LABEL='Ping' # optional label setting # required when using the same # source more then once RRDTOOL_4_OPTIONS_N='4' # number of options RRDTOOL_4_OPTIONS_1='www.heise.de' # option for source # RRDTOOL_4_OPTIONS_1_LABEL='heise' # tab label for web gui RRDTOOL_4_OPTIONS_2='www.fli4l.de' # option for source # RRDTOOL_4_OPTIONS_2_LABEL='fli4l' # tab label for web gui RRDTOOL_4_OPTIONS_3='www.eisfair.org' # option for source # RRDTOOL_4_OPTIONS_3_LABEL='eisfair' # tab label for web gui RRDTOOL_4_OPTIONS_4='www.google.de' # option for source # RRDTOOL_4_OPTIONS_4_LABEL='google' # tab label for web gui