mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
pass arguments to rrdtool via stdin instead of commandline (experimental, please find regressions if any ;))
git-svn-id: http://www.observium.org/svn/observer/trunk@1107 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -31,7 +31,7 @@ $rrd_options .= " VDEF:d95thout=doutbits,5,PERCENT";
|
||||
$rrd_options .= " AREA:inbits_max#aDEB7B:";
|
||||
$rrd_options .= " AREA:inbits#CDEB8B:";
|
||||
$rrd_options .= " COMMENT:'BPS Now Ave Max 95th %\\n'";
|
||||
$rrd_options .= " LINE1.25:inbits#006600:In\ ";
|
||||
$rrd_options .= " LINE1.25:inbits#006600:'In '";
|
||||
$rrd_options .= " GPRINT:inbits:LAST:%6.2lf%s";
|
||||
$rrd_options .= " GPRINT:inbits:AVERAGE:%6.2lf%s";
|
||||
$rrd_options .= " GPRINT:inbits_max:MAX:%6.2lf%s";
|
||||
@@ -43,9 +43,9 @@ $rrd_options .= " GPRINT:outbits:LAST:%6.2lf%s";
|
||||
$rrd_options .= " GPRINT:outbits:AVERAGE:%6.2lf%s";
|
||||
$rrd_options .= " GPRINT:outbits_max:MAX:%6.2lf%s";
|
||||
$rrd_options .= " GPRINT:95thout:%6.2lf%s\\\\n";
|
||||
$rrd_options .= " GPRINT:tot:Total\ %6.2lf%s";
|
||||
$rrd_options .= " GPRINT:totin:\(In\ %6.2lf%s";
|
||||
$rrd_options .= " GPRINT:totout:Out\ %6.2lf%s\)\\\\l";
|
||||
$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'";
|
||||
$rrd_options .= " GPRINT:totin:'(In %6.2lf%s'";
|
||||
$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\\\\l'";
|
||||
$rrd_options .= " LINE1:95thin#aa0000";
|
||||
$rrd_options .= " LINE1:d95thout#aa0000";
|
||||
|
||||
|
Reference in New Issue
Block a user