]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Including appinfo and servicediscovery settings in configuration file
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:12 +0000 (07:14 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:12 +0000 (07:14 -0700)
Adding the default configuration settings to the tools.conf sample.

open-vm-tools/tools.conf

index 8fea80a69052e0fae1cfff12ccde3cf48fa9a4c8..64fce97f7aa993adb0f43d83ad594be543df9043 100644 (file)
 # 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]
 #