rrd: copy+paste problem with cputemp; closes #888

This commit is contained in:
Franco Fichtner 2016-04-25 10:03:04 +02:00
parent 0006f5c57e
commit 84416c7187

View File

@ -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 */