mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix fix :)
git-svn-id: http://www.observium.org/svn/observer/trunk@1962 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -28,7 +28,7 @@ $rra_out = "OUTOCTETS";
|
||||
|
||||
if($bill['bill_type'] == "cdr") {
|
||||
$custom_graph = " COMMENT:'\\r' ";
|
||||
$custom_graph .= " HRULE:" . $rates['rate_average'] * 1000 . "#cc0000:'95th %ile \: ".formatRates($rates['rate_95th']*1000)." (".$rates['dir_95th'].") (CDR\: ".formatRates($rates['bill_cdr']*1000).")'";
|
||||
$custom_graph .= " HRULE:" . $rates['rate_average'] * 1000 . "#cc0000:'95th %ile \: ".formatRates($rates['rate_95th']*1000)." (".$rates['dir_95th'].") (CDR\: ".formatRates($bill['bill_cdr']*1000).")'";
|
||||
$custom_graph .= " HRULE:" . $rates['rate_average'] * 1000 * -1 . "#cc0000";
|
||||
} elseif($bill['bill_type'] == "quota") {
|
||||
$custom_graph = " COMMENT:'\\r' ";
|
||||
|
Reference in New Issue
Block a user