aboutsummaryrefslogtreecommitdiffstats
path: root/src/dma/examples/config.toml
blob: ccddc75949b411e8c2fc18cc35e3dbcb4fe1d07e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[common]
# All daemons share redis DB for annotation etc.
redis_host = "localhost"
redis_port = "6379"
redis_password = ""
redis_db = 0


[server]
listen_port = "12345"

amqp_host = "overcloud-controller-0.internalapi"
amqp_user = "guest"
amqp_password = "xxxxxxxxxxxxxxxxxxxxxxxxx"
amqp_port = "5672"

collectd_confdir = "/etc/collectd/collectd.conf.d"


[infofetch]
os_username = "admin"
os_user_domain_name = "Default"
os_project_domain_name = "Default"
os_project_name = "admin"
os_password = "xxxxxxxxxxxxxxxxxxxxxxxxx"
os_auth_url = "http://overcloud-controller-0.internalapi:5000/v3"


[threshold]
# redis for raw metrics data
redis_host = "localhost"
redis_port = "6379"
redis_password = ""
redis_db = 0

# exceed by exec "sudo ping -i 0.00005 -c 1000 -s 1000 -q <IP>"
interval = 5
min = 1000000

collectd_plugin = "barometer-dma"
collectd_type = "if-octets-threshold"