31536000); # show load averages on overview page $CONFIG['showload'] = true; # 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 'config.local.php'; ?>