Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -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 = "max";
@ -20,13 +20,12 @@ $colour_line = "880000";
$colour_area_max = "FFCCCC";
$graph_max = 0;
$unit_text = "Max";
$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