Remove 55672 from reserved ports

Remove rabbitmq 55672 from reserved ports
as it is not being used in rabbitmq v3.0+

Change-Id: Ie18b6a838358192f6cd0ed9c07d5de66002da684
Closes-Bug: 1393407
This commit is contained in:
Oleksiy Molchanov 2014-11-17 15:43:15 +02:00
parent 8a0ceff907
commit 76b2d666f6
3 changed files with 2 additions and 4 deletions

View File

@ -19,7 +19,7 @@ cinder_timeout=1
log_level=DEBUG
user=guest
password=guest
host=http://127.0.0.1:55672
host=http://127.0.0.1:15672
[query_db]
log_level=DEBUG

View File

@ -35,8 +35,6 @@ class zabbix::monitoring::rabbitmq_mon {
action => 'accept',
}
sysctl::value { 'net.ipv4.ip_local_reserved_ports': value => '55672' }
zabbix::agent::userparameter {
'rabbitmq.queue.items':
command => "/etc/zabbix/scripts/check_rabbit.py queues-items";

View File

@ -2,6 +2,6 @@
log_level=DEBUG
user=<%= scope.lookupvar('zabbix::params::openstack::rabbit_user') %>
password=<%= scope.lookupvar('zabbix::params::openstack::rabbit_password') %>
host=http://<%= scope.lookupvar('zabbix::params::openstack::rabbit_vip') %>:55672
host=http://<%= scope.lookupvar('zabbix::params::openstack::rabbit_vip') %>:15672
#OpenStack queues, Y - number of service types, N - count of *this* service, max_queues=Y*(2*N+1)
max_queues=128