Move default task management system port to 6559 from 6556 to keep from

conflicting with Nagios plugins
This commit is contained in:
Matthew Jones 2014-07-11 15:24:14 -04:00
parent 6e9becb4b8
commit 3cd5c40dd5

View File

@ -395,7 +395,7 @@ else:
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
TASK_COMMAND_PORT = "tcp://127.0.0.1:6556"
TASK_COMMAND_PORT = "tcp://127.0.0.1:6559"
SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
SOCKETIO_LISTEN_PORT = 8080