Client check in times are NOT behaving according to setting in GUI SVN7591
-
I have kept client check in times at 3600s (1hr), but after updating to SVN 7591 the clients are checking in anywhere from 60+ seconds to 172 seconds. instead of randomizing after the 3600s setting under “FOG client” settings
-
What’s the value set to currently?
-
@Tom-Elliott 3600
FOG_CLIENT_CHECKIN_TIME
3600 -
@Tom-Elliott to me it looks like the client (per the settings JSON file) sees the grace-period and sleep timers differently.
{ "HTTPS": "0", "Tray": "0", "Server": "10.72.3.50", "WebRoot": "/fog", "Version": "0.10.6", "Company": "FOG", "RootLog": "0", "server-version": "7591", "alo-time": "", "printer-default": "", "gracePeriod": "3600", "Sleep": "129" }
-
@Hanz gracePeriod is how long the shutdown prompt lasts for, and sleep is how long the client waits between cycles. It’s possible the server is mixing the two up. @Tom-Elliott
-
@Jbob already saw and fixed.