3600 * 2, '8hour' => 3600 * 8, 'day' => 86400, 'week' => 86400 * 7, 'month' => 86400 * 31, 'quarter'=> 86400 * 31 * 3, 'year' => 86400 * 365, ); # show graphs in bits or bytes $CONFIG['network_datasize'] = 'bytes'; # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; # default width/height of the graphs $CONFIG['width'] = 400; $CONFIG['heigth'] = 175; # default width/height of detailed graphs $CONFIG['detail-width'] = 800; $CONFIG['detail-heigth'] = 350; # collectd's unix socket (unixsock plugin) # enabled: 'unix:///var/run/collectd-unixsock' # disabled: NULL $CONFIG['socket'] = NULL; # load local configuration if (file_exists(dirname(__FILE__).'/config.local.php')) include_once 'config.local.php'; ?>