I searched but still having trouble with knowing the syntax to get the cpu-load %.
Am I even close? thanks
:local checkLOAD[/system resource get cpu-load]
if (checkLOAD > 10) do={
:log info "High CPU load"
}
if ($checkLOAD > 10) do={
if ([/system resource get cpu-load] > 10) do={:log info "High CPU load"}