Commit d7998564 authored by Franco Fichtner's avatar Franco Fichtner

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

(cherry picked from commit 84416c71)
parent b6bba996
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment