summaryrefslogtreecommitdiffstats
path: root/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf
diff options
context:
space:
mode:
authorAlan Carey <alan.carey@intel.com>2017-08-15 10:49:33 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-09-19 10:04:01 +0000
commit74293f471e5617540d1bdba367a8a0702b0ace21 (patch)
tree4a0b9e915a794b7e5cb7e6fed078d246d83542ba /3rd_party/collectd-ves-app/ves_app/ves_app_config.conf
parentac54d72c06e3af986bbd1f939003744568c3ac84 (diff)
VES app: Change Directory and file names to app.
-Directories renamed -All files containing plugin name changed to app -Logfile name changed -Changed some Licenses Change-Id: I578dcf8249e160a904d36b439d10f5c4e7940b98 Signed-off-by: Alan Carey <alan.carey@intel.com>
Diffstat (limited to '3rd_party/collectd-ves-app/ves_app/ves_app_config.conf')
-rw-r--r--3rd_party/collectd-ves-app/ves_app/ves_app_config.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf b/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf
new file mode 100644
index 00000000..1dccd49b
--- /dev/null
+++ b/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf
@@ -0,0 +1,13 @@
+[config]
+Domain = 127.0.0.1
+Port = 30000
+Path = vendor_event_listener
+Topic = example_vnf
+UseHttps = false
+Username =
+Password =
+FunctionalRole = Collectd VES Agent
+SendEventInterval = 20
+ApiVersion = 3
+KafkaPort = 9092
+KafkaBroker = localhost \ No newline at end of file