diff options
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.conf | 13 |
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 |