mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Overhaul use of rrdtool_lastupdate & STACK for rrdtool 1.4/1.5 compatibility
This commit is contained in:
@@ -39,7 +39,7 @@ $rrd_options .= ' GPRINT:availreal:LAST:\ \ \ %7.2lf%sB';
|
||||
$rrd_options .= ' GPRINT:availreal:AVERAGE:%7.2lf%sB';
|
||||
$rrd_options .= " GPRINT:availreal:MAX:%7.2lf%sB\\\\n";
|
||||
$rrd_options .= ' LINE1:usedreal#d0b080:';
|
||||
$rrd_options .= ' AREA:shared#afeced::';
|
||||
$rrd_options .= ' AREA:shared#afeced:';
|
||||
$rrd_options .= ' AREA:buffered#cc0000::STACK';
|
||||
$rrd_options .= ' AREA:cached#ffaa66::STACK';
|
||||
$rrd_options .= ' LINE1.25:shared#008fea:shared';
|
||||
|
Reference in New Issue
Block a user