Merge pull request #829 from paulgear/master

This commit is contained in:
Neil Lathwood
2015-04-18 10:56:58 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ push-dev:
push-personal pp:
$(GIT) push personal
push-testing:
push-testing pt:
$(GIT) push testing
update-subtrees: datetime-subtree moment-subtree font-awesome vis
+1 -1
View File
@@ -25,7 +25,7 @@ $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 .= " AREA:idle_perc#f5f5e5:idle:STACK";
$rrd_options .= " AREA:idle_perc#f8f8f3: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'";