Hi Stefan, On 22.10.2011 16:32, Stefan Pendl wrote: > I have just checked the remote query and it works great except for one thing. > It seems that the queryMode does not update the host os attributes. Actually I found this to be likely a caching issue. All host information are supposed to be static during one run and therefore I am caching the values. It seems I forgot to invalidate the host information cache after reading the values from settings. Changes 2011-10-22, v1.2.1-RC32 by Rainer Meier <r.meier (at) wpkg.org> FIX: Fixed use of host attributes read from settings file in remote mode. Caching did prevent the values read from settings to become effective. Thanks to Stefan Pendl for reporting. br, Rainer |