Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. root@client [~]# /usr/sbin/mcollectived --pid=/var/run/mcollectived.pid --config=/etc/mcollective/server.cfg
  2. /usr/lib/ruby/site_ruby/1.8/mcollective/pluginmanager.rb:73:in `[]': No plugin security_plugin defined (RuntimeError)
  3. from /usr/lib/ruby/site_ruby/1.8/mcollective/runner.rb:12:in `initialize'
  4. from /usr/sbin/mcollectived:57:in `new'
  5. from /usr/sbin/mcollectived:57
  6.  
  7.  
  8. root@client [~]# cat /etc/mcollective/server.cfg
  9. # main config
  10. topicprefix = /topic/
  11. libdir = /usr/share/mcollective/plugins
  12. logfile = /var/log/mcollective.log
  13. daemonize = 0
  14. keeplogs = 1
  15. max_log_size = 10240
  16. loglevel = debug
  17. registerinterval = 300
  18. identity = client.fqdn.com
  19.  
  20. # connector plugin config
  21. connector = stomp
  22. plugin.stomp.host = stomp.fqdn.com
  23. plugin.stomp.port = 6163
  24. plugin.stomp.user = mcollective
  25. plugin.stomp.password = marionette
  26.  
  27. # facts
  28. factsource = yaml
  29. plugin.yaml = /etc/mcollective/facts.yaml
  30.  
  31. # security plugin config
  32. securityprovider = psk
  33. plugin.psk = abcdefg
  34.  
  35.  
  36. root@client [~]# rpm -qa | grep mcollective
  37. mcollective-1.2.1-1.el5
  38. mcollective-common-1.2.1-1.el5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement