"ff634f", "75-100" =>"ffa15e", "50-75" => "ffde5e", "25-50" => "caff98", "0-25" => "e2ecff", "down" => "515151" ); # # Load scaling # $load_scale = 1.0; # # Default color for single metric graphs # $default_metric_color = "555555"; # # Default metric # $default_metric = "load_one"; # # remove the domainname from the FQDN hostnames in graphs # (to help with long hostnames in small charts) # $strip_domainname = false; # # Optional summary graphs # #$optional_graphs = array('packet'); # # Time ranges # Each value is the # of seconds in that range. # $time_ranges = array( 'hour'=>3600, 'day'=>86400, 'week'=>604800, 'month'=>2419200, 'year'=>31449600 ); # this key must exist in $time_ranges $default_time_range = 'hour'; # # Graph sizes # $graph_sizes = array( 'small'=>array( 'height'=>40, 'width'=>130, 'fudge_0'=>0, 'fudge_1'=>0, 'fudge_2'=>0 ), 'medium'=>array( 'height'=>75, 'width'=>300, 'fudge_0'=>0, 'fudge_1'=>14, 'fudge_2'=>28 ), 'large'=>array( 'height'=>600, 'width'=>800, 'fudge_0'=>0, 'fudge_1'=>0, 'fudge_2'=>0 ), # this was the default value when no other size was provided. 'default'=>array( 'height'=>100, 'width'=>400, 'fudge_0'=>0, 'fudge_1'=>0, 'fudge_2'=>0 ) ); $default_graph_size = 'default'; $graph_sizes_keys = array_keys( $graph_sizes ); ?>