#----------------------------------------------------------------------------- # RRDtool3 - Configuration 3.5.0 # # 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: 2010-08-29 Tiger # Last Update: $Id: rrdtool3.txt$ # # Copyright (c) 2010 Fli4L Team # # 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_RRDTOOL3='yes' # Set 'yes' to use RRDtool3 RRDTOOL3_DB_PATH='/data/rrdtool3' # Non-volatile disk space all databases # are stored in RRDTOOL3_RRDCACHED_ALWAYSFLUSH='yes' # Always flush cache when shutting down # Tabbed Graph Browser Configuration --- # Define tabs and one level of subtabs by stating items using the format # source:parameter[[+parameter2[+parameter3[...]]] # where 'source' is the appropriate collectd plugin and 'parameter' is the # required plugin parameters specifying the desired data. To combine several # sets of data from the same 'source' in one graph, append a parameter (e.g. # parameter2) for each additional set of data separated by a plus (+). # You can combine several graphs in one tab. RRDTOOL3_TAB_N='2' RRDTOOL3_TAB_1_TITLE='System' RRDTOOL3_TAB_1_SUBTAB_N='2' RRDTOOL3_TAB_1_SUBTAB_1_TITLE='Disks' RRDTOOL3_TAB_1_SUBTAB_1_GRAPH='disk:hda' RRDTOOL3_TAB_1_SUBTAB_2_TITLE='Prozessor' RRDTOOL3_TAB_1_SUBTAB_2_GRAPH='cpu:' RRDTOOL3_TAB_2_TITLE='Netzwerk' RRDTOOL3_TAB_2_SUBTAB_N='3' RRDTOOL3_TAB_2_SUBTAB_1_TITLE='WAN' RRDTOOL3_TAB_2_SUBTAB_1_GRAPH='interface:eth2' RRDTOOL3_TAB_2_SUBTAB_2_TITLE='LAN' RRDTOOL3_TAB_2_SUBTAB_2_GRAPH_N='2' RRDTOOL3_TAB_2_SUBTAB_2_GRAPH_1='interface:eth0' RRDTOOL3_TAB_2_SUBTAB_2_GRAPH_2='interface:eth1' RRDTOOL3_TAB_2_SUBTAB_3_TITLE='Ping' RRDTOOL3_TAB_2_SUBTAB_3_GRAPH='ping:www.google.com+www.fli4l.de' RRDTOOL3_TAB_2_SUBTAB_3_LABEL='Google.com+Fli4L'