mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
some more icons, changes to device editing system
git-svn-id: http://www.observium.org/svn/observer/trunk@1221 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<?php
|
||||
|
||||
/// Draw generic bits graph
|
||||
/// args: rra_in, rra_out, rrd_filename, bg, legend, from, to, width, height, inverse, $percentile
|
||||
/// args: rra_in, rra_out, rrd_filename, bg, legend, from, to, width, height, inverse, percentile
|
||||
|
||||
include("common.inc.php");
|
||||
|
||||
$unit_text = str_pad(truncate($unit_text,10),10);
|
||||
|
||||
|
||||
$rrd_options .= " DEF:".$rra."=".$rrd_filename.":".$rra.":AVERAGE";
|
||||
$rrd_options .= " DEF:".$rra."_max=".$rrd_filename.":".$rra.":MAX";
|
||||
|
||||
|
Reference in New Issue
Block a user