From ea85cb26c1b16cabb6143c6030890ea3a55e78f2 Mon Sep 17 00:00:00 2001 From: acarey Date: Wed, 16 Aug 2017 15:02:55 +0100 Subject: VES plugin: Remove collectd modules, now a stand alone process -All collectd modules removed -Config file used to set configuration -Logging added -Kafka consumer added -Plugin references in code changed to app Change-Id: I4fed4660d18af22927bc16ff61096d28789c41d1 Signed-off-by: Alan Carey --- .../collectd-ves-plugin/ves_plugin/ves_plugin_config.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf (limited to '3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf') diff --git a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf b/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf new file mode 100644 index 00000000..1dccd49b --- /dev/null +++ b/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_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 -- cgit 1.2.3-korg