Merge "change collectd writer protocol back to tcp" into dev/experimental

This commit is contained in:
Jenkins 2014-10-10 19:18:27 +00:00 committed by Gerrit Code Review
commit 41bc1946be
4 changed files with 8 additions and 8 deletions

View File

@ -137,8 +137,8 @@
"collectd": {
"server": {
"host": "metrics",
"port": "2003",
"protocol": "udp"
"port": "4242",
"protocol": "tcp"
}
},
"openstack": {

View File

@ -166,8 +166,8 @@
"collectd": {
"server": {
"host": "metrics",
"port": "2003",
"protocol": "udp"
"port": "4242",
"protocol": "tcp"
}
},
"openstack": {

View File

@ -25,8 +25,8 @@
"collectd": {
"server": {
"host": "metrics",
"port": "2003",
"protocol": "udp"
"port": "4242",
"protocol": "tcp"
}
},
"openstack": {

View File

@ -85,8 +85,8 @@
"collectd": {
"server": {
"host": "metrics",
"port": "2003",
"protocol": "udp"
"port": "4242",
"protocol": "tcp"
}
},
"openstack": {