blob: 68fe1512d7e7b4b963edde40e5e5e9a1d8deb19d [file] [log] [blame]
Srikanth Vavilapalli21d14752016-09-02 01:37:34 +00001[DEFAULT]
2# logging, make sure that the user under whom the server runs has permission
3# to write to the directory
4
5log_file = broadview-collector.log
6log_dir = /var/log/broadview-collector
7debug = True
8
9[plugins]
10
11# comma separated list of plugin modules
12
13# publishers receive JSON encoded reports and write them somewhere
14
15# uncomment for monasca API
16
17#publishers: logpublisher, monascapublisher
18publishers: logpublisher
19
20#searchpath: tmp
21
22# handlers map to broadview components, e.g., bst, packet trace
23
24handlers: bsthandler
25
26[logging]
27
28# this section sets prefs for the logging handler.
29
30file: /tmp/broadview-bstlogging.log
31
32[network]
33
34ip_address: 0.0.0.0
35port: 8082
36
37# uncomment for monasca API
38
39#[monasca]
40#
41#username: mini-mon
42#password: password
43#project_name: mini-mon
44#auth_url: http://127.0.0.1:35357/v3
45#endpoint: http://127.0.0.1:8070/v2.0
46#api_version: 2_0
47
48# uncomment for stacklight
49
50#[stacklight]
51
52# ip address and port of Heka HttpListenInput plugin
53
54#ip_address: 172.16.170.184
55#port: 8088
56#timeout: 1.0
57
58# uncomment for kafka, add kafkapublisher to the [plugins] publishers var
59
60#[kafka]
61
62# ip address, port, and topic for kafka
63
64#ip_address: 172.16.170.184
65#port: 9092
66#topic: broadview-bst
67
68[ceilometer]
69rabbit_user: openstack
70rabbit_password: password
71rabbit_host: 172.27.0.5
72rabbit_exchange: broadview_service