mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
hack to make *all* graphs draw, even if missing rrd
git-svn-id: http://www.observium.org/svn/observer/trunk@1629 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -42,5 +42,7 @@ if($inverse) { $in = 'out'; $out = 'in'; } else { $in = 'in'; $out = 'out'; }
|
||||
$rrd_options .= " GPRINT:outbits:AVERAGE:%6.2lf%s";
|
||||
$rrd_options .= " GPRINT:outbits:MAX:%6.2lf%s\\\l";
|
||||
}
|
||||
$rrd_options .= " HRULE:0#999999";
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user