Commit 5d2c0526 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed uptime call

parent 1b85b697
......@@ -45,7 +45,7 @@ proc currentSystemLoad {} {
if {![catch {exec sysctl vm.loadavg kern.boottime} result]} {
return $result
}
return [exec /usr/bin/uptime]
return [im_exec uptime]
}
# collect current response time (per minute and hour)
......
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