]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file changes not directly applicable to open-vm-tools at this time.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:53:00 +0000 (11:53 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:53:00 +0000 (11:53 -0700)
open-vm-tools/lib/include/conf.h
open-vm-tools/tools.conf

index 3f82e19dc4074a491961664761ee212b10386245..202c4bbdb4693ceb33ba1706d9ad38d5c7beb4a9 100644 (file)
  ******************************************************************************
  */
 
+/*
+ ******************************************************************************
+ * BEGIN CarbonBlack helper plugin goodies.
+ */
+
+/**
+ * Define the string used for cbhelper config file group
+ */
+#define CONFGROUPNAME_CBHELPER "cbhelper"
+
+/**
+ * Defines user-defined polling interval in seconds.
+ */
+#define CONFNAME_CBHELPER_POLLINTERVAL "poll-interval"
+
+/*
+ ******************************************************************************
+ * END CarbonBlack helper plugin goodies.
+ */
 #endif /* __CONF_H__ */
index a697e1184feab252d6573a8e2b2230362572431d..a63e842ada6c93f063307064d3b114933ecbb3b9 100644 (file)
 
 # 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