mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change formatting to properly conform to the Coding guidelines.
This commit is contained in:
@@ -11,12 +11,11 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
include("includes/graphs/common.inc.php");
|
||||
include "includes/graphs/common.inc.php";
|
||||
$rrd_options .= " -l 0 -E ";
|
||||
$rrd_filename = $config['rrd_dir']."/".$device['hostname']."/cisco-dsp.rrd";
|
||||
|
||||
if (file_exists($rrd_filename))
|
||||
{
|
||||
if (file_exists($rrd_filename)) {
|
||||
$rrd_options .= " COMMENT:' Cur Min Max\\n'";
|
||||
$rrd_options .= " DEF:Total=" . $rrd_filename . ":total:AVERAGE ";
|
||||
$rrd_options .= " AREA:Total#c099ff ";
|
||||
|
Reference in New Issue
Block a user