From 84416c71877092e076e2a25b120ded1d5200e70f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 25 Apr 2016 10:03:04 +0200 Subject: [PATCH] rrd: copy+paste problem with cputemp; closes #888 --- src/etc/inc/rrd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/rrd.inc b/src/etc/inc/rrd.inc index 37d9b071b..0ce26fa71 100644 --- a/src/etc/inc/rrd.inc +++ b/src/etc/inc/rrd.inc @@ -559,7 +559,7 @@ function enable_rrd_graphing() /* enter UNKNOWN values in the RRD so it knows we rebooted. */ if (file_exists("/var/run/booting")) { - mwexec("$rrdtool update $rrddbpath$ifname$cputemp N:U:U:U:U:U"); + mwexec("$rrdtool update $rrddbpath$ifname$cputemp N:U"); } /* the CPU Temperature gathering function */