On Fri, 24 Nov 2023, Tomas Glozar wrote: > pá 24. 11. 2023 v 16:27 odesílatel John Kacur <jkacur@xxxxxxxxxx> napsal: > > Or just check cpu1 like we already do! > > > > John > > That won't work on machines that have only one CPU though. > Sure it will, because if a machine only has one CPU we assume that it is online. :) if cpu0 has an online file because it can be turned off, we will use it. if cpu0 doesn't have the online file, it can't be turned off. Are online files configured? check cpu1, done. John