Commit version 24.12.13800
This commit is contained in:
@ -5,13 +5,13 @@
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage graphs
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
* @package observium
|
||||
* @subpackage graphs
|
||||
* @copyright (C) Adam Armstrong
|
||||
*
|
||||
*/
|
||||
|
||||
include_once($config['html_dir']."/includes/graphs/common.inc.php");
|
||||
include_once($config['html_dir'] . "/includes/graphs/common.inc.php");
|
||||
|
||||
$scale_min = 0;
|
||||
$ds = "current";
|
||||
@ -20,13 +20,12 @@ $colour_line = "880000";
|
||||
$colour_area_max = "FFCCCC";
|
||||
$graph_max = 0;
|
||||
$unit_text = "Current";
|
||||
$icecast_rrd = get_rrd_path($device, "app-icecast-".$app['app_id'].".rrd");
|
||||
$icecast_rrd = get_rrd_path($device, "app-icecast-" . $app['app_id'] . ".rrd");
|
||||
|
||||
if (rrd_is_file($icecast_rrd))
|
||||
{
|
||||
$rrd_filename = $icecast_rrd;
|
||||
if (rrd_is_file($icecast_rrd)) {
|
||||
$rrd_filename = $icecast_rrd;
|
||||
}
|
||||
|
||||
include($config['html_dir']."/includes/graphs/generic_simplex.inc.php");
|
||||
include($config['html_dir'] . "/includes/graphs/generic_simplex.inc.php");
|
||||
|
||||
// EOF
|
||||
|
Reference in New Issue
Block a user