From: John Wolfe Date: Tue, 18 Aug 2020 14:14:12 +0000 (-0700) Subject: Including appinfo and servicediscovery settings in configuration file X-Git-Tag: stable-11.2.0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7f86e63a4a03170de159aa719c5e5be7e2dcea;p=thirdparty%2Fopen-vm-tools.git Including appinfo and servicediscovery settings in configuration file Adding the default configuration settings to the tools.conf sample. --- diff --git a/open-vm-tools/tools.conf b/open-vm-tools/tools.conf index 8fea80a69..64fce97f7 100644 --- a/open-vm-tools/tools.conf +++ b/open-vm-tools/tools.conf @@ -217,6 +217,26 @@ # whether to include reserved space in diskInfo space metrics on Linux #diskinfo-include-reserved=false +[appinfo] + +# This plugin collects info about running applications in guest OS. + +# Set to true to disable the appinfo plugin. +#disabled=false + +# User-defined poll interval in seconds. Set to 0 to disable the plugin. +#poll-interval=21600 + +# For Windows guest, set to true to use WMI for getting the application +# version info, otherwise native Win32 API is used. +#useWMI=false + +[servicediscovery] + +# This plugin provides admins with additional info for better VM management. + +# Set to true to disable the servicediscovery plugin. +#disabled=false [unity] #