Guest User

Untitled

a guest
May 5th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1.  
  2. [root@mc mcollective]# mco ping -I /mc/
  3. mc.themagic.com time=13.50 ms
  4.  
  5.  
  6. ---- ping statistics ----
  7. 1 replies max: 13.50 min: 13.50 avg: 13.50
  8. [root@mc mcollective]# mco inventory mc
  9. warn 2016/05/05 16:32:28: client.rb:251:in `start_receiver' Could not receive all responses. Expected : 1. Received : 0
  10. Did not receive any results from node mc
  11. [root@mc mcollective]#
  12.  
  13.  
  14. [root@mc jamesd]# cat /etc/mcollective/client.cfg /etc/mcollective/server.cfg
  15. main_collective = mcollective
  16. collectives = mcollective
  17. libdir = /usr/libexec/mcollective
  18. logger_type = console
  19. loglevel = warn
  20.  
  21. # Plugins
  22. securityprovider = psk
  23. #plugin.psk = unset
  24. plugin.psk = changemeplease
  25.  
  26.  
  27. loglevel = warn
  28. connector = rabbitmq
  29. plugin.rabbitmq.vhost = /mcollective
  30. plugin.rabbitmq.pool.size = 1
  31. plugin.rabbitmq.pool.1.host = rabbit1.themagic.com
  32. plugin.rabbitmq.pool.1.port = 61613
  33. plugin.rabbitmq.pool.1.user = mcollective
  34. plugin.rabbitmq.pool.1.password = changeme
  35.  
  36. plugin.rabbitmq.initial_reconnect_delay = 0.01
  37. plugin.rabbitmq.max_reconnect_delay = 30.0
  38. plugin.rabbitmq.use_exponential_back_off = true
  39. plugin.rabbitmq.back_off_multiplier = 2
  40. plugin.rabbitmq.max_reconnect_attempts = 0
  41. plugin.rabbitmq.randomize = false
  42. plugin.rabbitmq.timeout = -1
  43.  
  44.  
  45.  
  46. # Facts
  47. factsource = yaml
  48. plugin.yaml = /etc/mcollective/facts.yaml
  49.  
  50. main_collective = mcollective
  51. collectives = mcollective
  52. libdir = /usr/libexec/mcollective
  53. logfile = /var/log/mcollective.log
  54. loglevel = info
  55. daemonize = 1
  56.  
  57. # Plugins
  58. securityprovider = psk
  59. #plugin.psk = unset
  60. plugin.psk = changemeplease
  61.  
  62. connector = rabbitmq
  63. plugin.rabbitmq.vhost = /mcollective
  64. plugin.rabbitmq.pool.size = 1
  65. plugin.rabbitmq.pool.1.host = rabbit1.themagic.com
  66. plugin.rabbitmq.pool.1.port = 61613
  67. plugin.rabbitmq.pool.1.user = mcollective
  68. plugin.rabbitmq.pool.1.password = changeme
  69.  
  70. plugin.rabbitmq.initial_reconnect_delay = 0.01
  71. plugin.rabbitmq.max_reconnect_delay = 30.0
  72. plugin.rabbitmq.use_exponential_back_off = true
  73. plugin.rabbitmq.back_off_multiplier = 2
  74. plugin.rabbitmq.max_reconnect_attempts = 0
  75. plugin.rabbitmq.randomize = false
  76. plugin.rabbitmq.timeout = -1
  77.  
  78.  
  79. # Facts
  80. factsource = yaml
  81. plugin.yaml = /etc/mcollective/facts.yaml
Add Comment
Please, Sign In to add comment