mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
rrd: copy+paste problem with cputemp; closes #888
This commit is contained in:
parent
0006f5c57e
commit
84416c7187
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user