mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
fix a bunch of graph definitions to work with pipe. replace escaping with quoting.
git-svn-id: http://www.observium.org/svn/observer/trunk@2494 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -11,22 +11,22 @@ $rrd_options .= " CDEF:user_perc=user,total,/,100,*";
|
||||
$rrd_options .= " CDEF:nice_perc=nice,total,/,100,*";
|
||||
$rrd_options .= " CDEF:system_perc=system,total,/,100,*";
|
||||
$rrd_options .= " CDEF:idle_perc=idle,total,/,100,*";
|
||||
$rrd_options .= " COMMENT:Usage\ \ \ \ \ \ \ Current\ \ \ \ \ Average\ \ \ \ Maximum\\\\n";
|
||||
$rrd_options .= " COMMENT:'Usage Current Average Maximum\\n'";
|
||||
$rrd_options .= " AREA:user_perc#c02020:user";
|
||||
$rrd_options .= " GPRINT:user_perc:LAST:\ \ \ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:user_perc:AVERAGE:\ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:user_perc:MAX:\ \ \ %5.2lf%%\\\\n";
|
||||
$rrd_options .= " GPRINT:user_perc:LAST:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:user_perc:AVERAGE:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:user_perc:MAX:' %5.2lf%%\\n'";
|
||||
$rrd_options .= " AREA:nice_perc#008f00:nice:STACK";
|
||||
$rrd_options .= " GPRINT:nice_perc:LAST:\ \ \ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:nice_perc:AVERAGE:\ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:nice_perc:MAX:\ \ \ %5.2lf%%\\\\n";
|
||||
$rrd_options .= " GPRINT:nice_perc:LAST:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:nice_perc:AVERAGE:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:nice_perc:MAX:' %5.2lf%%\\n'";
|
||||
$rrd_options .= " AREA:system_perc#ea8f00:system:STACK";
|
||||
$rrd_options .= " GPRINT:system_perc:LAST:\ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:system_perc:AVERAGE:\ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:system_perc:MAX:\ \ \ %5.2lf%%\\\\n";
|
||||
$rrd_options .= " GPRINT:system_perc:LAST:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:system_perc:AVERAGE:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:system_perc:MAX:' %5.2lf%%\\n'";
|
||||
$rrd_options .= " AREA:idle_perc#f5f5e5:idle:STACK";
|
||||
$rrd_options .= " GPRINT:idle_perc:LAST:\ \ \ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:idle_perc:AVERAGE:\ \ \ %5.2lf%%";
|
||||
$rrd_options .= " GPRINT:idle_perc:MAX:\ \ \ %5.2lf%%\\\\n";
|
||||
$rrd_options .= " GPRINT:idle_perc:LAST:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:idle_perc:AVERAGE:' %5.2lf%%'";
|
||||
$rrd_options .= " GPRINT:idle_perc:MAX:' %5.2lf%%\\n'";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user