committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -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]
|
||||
#
|
||||
@@ -263,13 +283,22 @@
|
||||
#execScripts=true
|
||||
#scriptArg=
|
||||
|
||||
# Linux only
|
||||
# Linux:
|
||||
# The value of excludedFileSystems is a comma-separated list of glob-style
|
||||
# patterns specifying the file systems to be excluded from quiesced snapshots.
|
||||
# The patterns may use '*' (wildcard) to represent any string of characters
|
||||
# and '?" (joker) to represent any single character. Note that the characters
|
||||
# represented by these patters, '*' and '?" may include any characters,
|
||||
# including '/'
|
||||
#
|
||||
# Windows:
|
||||
# The value of excludedFileSystems is a comma-separated list of mount points
|
||||
# specifying the volumes to be excluded from quiesced snapshots.
|
||||
# Each mount point must be a full path separated and ended with "\\".
|
||||
# to exclude volumes with drive letter E and mount point F:\mount\, set below
|
||||
# excludedFileSystems= E:\\,F:\\mount\\
|
||||
# This option only applies when app quiescing doesn't take effect.
|
||||
|
||||
#excludedFileSystems=
|
||||
|
||||
# Whether to execute scripts on quiescing.
|
||||
@@ -315,3 +344,10 @@
|
||||
|
||||
# to disable guest customization
|
||||
#enable-customization=false
|
||||
|
||||
[cbhelper]
|
||||
|
||||
# The carbonblack helper plugin is only available for Windows.
|
||||
|
||||
# User-defined poll interval in seconds. Set to 0 to disable polling.
|
||||
#poll-interval=60
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
[service]
|
||||
samlSchemaDir = /etc/vmware-tools/vgauth/schemas
|
||||
|
||||
[localization]
|
||||
msgCatalog = /usr/share/open-vm-tools
|
||||
|
||||
Reference in New Issue
Block a user