syntaxer run + manual cleanup

git-svn-id: http://www.observium.org/svn/observer/trunk@2630 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-01 10:10:02 +00:00
parent b216394954
commit c15bfa62a4
31 changed files with 836 additions and 762 deletions

View File

@@ -1,27 +1,27 @@
<?php
$units = "b";
$total_units = "B";
$colours_in = "greens";
//$multiplier = "0";
$colours_out = "blues";
$units = "b";
$total_units = "B";
$colours_in = "greens";
//$multiplier = "0";
$colours_out = "blues";
$nototal = 1;
$nototal = 1;
$ds_in = "traf_in";
$ds_out = "traf_out";
$ds_in = "traf_in";
$ds_out = "traf_out";
$graph_title .= "::bits";
$graph_title .= "::bits";
$colour_line_in = "006600";
$colour_line_out = "000099";
$colour_area_in = "CDEB8B";
$colour_area_out = "C3D9FF";
$colour_line_in = "006600";
$colour_line_out = "000099";
$colour_area_in = "CDEB8B";
$colour_area_out = "C3D9FF";
$rrddir = $config['rrd_dir']."/".$device['hostname'];
$hostname = (isset($_GET['hostname']) ? $_GET['hostname'] : "unkown");
$rrd_filename = $rrddir."/app-shoutcast-".$app['app_id']."-".$hostname.".rrd";
$rrddir = $config['rrd_dir']."/".$device['hostname'];
$hostname = (isset($_GET['hostname']) ? $_GET['hostname'] : "unkown");
$rrd_filename = $rrddir."/app-shoutcast-".$app['app_id']."-".$hostname.".rrd";
include("includes/graphs/generic_bits.inc.php");
include("includes/graphs/generic_bits.inc.php");
?>