mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
nice fixes! :D
git-svn-id: http://www.observium.org/svn/observer/trunk@247 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -30,7 +30,7 @@ function graph_netscreen_cpu ($rrd, $graph, $from, $to, $width, $height, $title,
|
||||
$options .= " DEF:av=$database:average:AVERAGE";
|
||||
$options .= " DEF:5m=$database:5min:AVERAGE";
|
||||
$options .= " COMMENT:Usage\ \ \ \ \ \ \ Current\ \ \ \ \ Average\ \ \ \ Maximum\\\\n";
|
||||
$options .= " AREA:5m#ffcccc";
|
||||
$options .= " AREA:5m#ffeeaa";
|
||||
$options .= " LINE1.25:5m#aa2000:5min";
|
||||
$options .= " GPRINT:5m:LAST:\ \ \ \ \ %5.2lf%%";
|
||||
$options .= " GPRINT:5m:AVERAGE:\ \ \ %5.2lf%%";
|
||||
|
||||
Reference in New Issue
Block a user