]> 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:52:59 +0000 (11:52 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:59 +0000 (11:52 -0700)
open-vm-tools/lib/include/conf.h
open-vm-tools/tools.conf

index 3f82e19dc4074a491961664761ee212b10386245..76c100919c01d4be190343d54f0f6ac894d1e19d 100644 (file)
  ******************************************************************************
  */
 
+/*
+ ******************************************************************************
+ * BEGIN CarbonBlack goodies.
+ */
+
+/**
+ * Define the string used for carbonblack config file group
+ */
+#define CONFGROUPNAME_CARBONBLACK "carbonblack"
+
+/**
+ * Defines user-defined polling interval in seconds.
+ */
+#define CONFNAME_CARBONBLACK_POLLINTERVAL "poll-interval"
+
+/*
+ ******************************************************************************
+ * END CarbonBlack goodies.
+ */
+
 #endif /* __CONF_H__ */
index a697e1184feab252d6573a8e2b2230362572431d..ea1fe047bb4553f5509ca1b4e615ceefb9beae50 100644 (file)
 
 # to disable guest customization
 #enable-customization=false
+
+[carbonblack]
+
+# The carbonblack plugin is only available for Windows.
+
+# User-defined poll interval in seconds. Set to 0 to disable polling.
+#poll-interval=60