Merge "change collectd writer protocol back to tcp" into dev/experimental
This commit is contained in:
commit
41bc1946be
@ -137,8 +137,8 @@
|
||||
"collectd": {
|
||||
"server": {
|
||||
"host": "metrics",
|
||||
"port": "2003",
|
||||
"protocol": "udp"
|
||||
"port": "4242",
|
||||
"protocol": "tcp"
|
||||
}
|
||||
},
|
||||
"openstack": {
|
||||
|
@ -166,8 +166,8 @@
|
||||
"collectd": {
|
||||
"server": {
|
||||
"host": "metrics",
|
||||
"port": "2003",
|
||||
"protocol": "udp"
|
||||
"port": "4242",
|
||||
"protocol": "tcp"
|
||||
}
|
||||
},
|
||||
"openstack": {
|
||||
|
@ -25,8 +25,8 @@
|
||||
"collectd": {
|
||||
"server": {
|
||||
"host": "metrics",
|
||||
"port": "2003",
|
||||
"protocol": "udp"
|
||||
"port": "4242",
|
||||
"protocol": "tcp"
|
||||
}
|
||||
},
|
||||
"openstack": {
|
||||
|
@ -85,8 +85,8 @@
|
||||
"collectd": {
|
||||
"server": {
|
||||
"host": "metrics",
|
||||
"port": "2003",
|
||||
"protocol": "udp"
|
||||
"port": "4242",
|
||||
"protocol": "tcp"
|
||||
}
|
||||
},
|
||||
"openstack": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user