diff --git a/html/includes/graphs/device/netscaler_tcp_bits.inc.php b/html/includes/graphs/device/netscaler_tcp_bits.inc.php index 36e8d4864..34b449d36 100644 --- a/html/includes/graphs/device/netscaler_tcp_bits.inc.php +++ b/html/includes/graphs/device/netscaler_tcp_bits.inc.php @@ -5,6 +5,8 @@ $rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/netscaler-sta $ds_in = "TotRxBytes"; $ds_out = "TotTxBytes"; +$multiplier = 8; + include("includes/graphs/generic_bits.inc.php"); diff --git a/html/pages/device/graphs.inc.php b/html/pages/device/graphs.inc.php index 70b684616..35b9a6829 100644 --- a/html/pages/device/graphs.inc.php +++ b/html/pages/device/graphs.inc.php @@ -35,7 +35,7 @@ foreach ($config['graph_sections'] as $section) echo(''); } - echo(generate_link(ucfirst($type),$link_array,array('group'=>$type))); + echo(generate_link(ucwords($type),$link_array,array('group'=>$type))); if ($vars['group'] == $type) {