mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3071 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -33,7 +33,7 @@ $rrd_options .= " GPRINT:size:LAST:%6.2lf%sB";
|
||||
$rrd_options .= " GPRINT:free:LAST:%6.2lf%sB";
|
||||
$rrd_options .= " GPRINT:perc:LAST:%5.2lf%%\\\\n";
|
||||
|
||||
if($_GET['previous'])
|
||||
if ($_GET['previous'])
|
||||
{
|
||||
$descr = substr(str_pad("Prev ".$storage[storage_descr], 12),0,12);
|
||||
$descr = str_replace(":","\:",$descr);
|
||||
@@ -53,4 +53,5 @@ if($_GET['previous'])
|
||||
$rrd_options .= " GPRINT:freeX:LAST:%6.2lf%sB";
|
||||
$rrd_options .= " GPRINT:percX:LAST:%5.2lf%%\\\\n";
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user