From 5c037290815656231823064e0f78d81c6cd81671 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 18 Apr 2015 19:04:18 +1000 Subject: [PATCH 1/2] Make UCD CPU idle look less sickly yellow --- html/includes/graphs/device/ucd_cpu.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/device/ucd_cpu.inc.php b/html/includes/graphs/device/ucd_cpu.inc.php index 49af3fba04..3068bba695 100644 --- a/html/includes/graphs/device/ucd_cpu.inc.php +++ b/html/includes/graphs/device/ucd_cpu.inc.php @@ -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'"; From 1cff721f2b70197e6107321bad586a8188553028 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 18 Apr 2015 19:06:22 +1000 Subject: [PATCH 2/2] Trivial change to Makefile my life easier --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7894ab811..986e4d8e3b 100644 --- a/Makefile +++ b/Makefile @@ -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