Skip to content

Instantly share code, notes, and snippets.

@robinbowes
Created August 29, 2014 17:42
Show Gist options
  • Save robinbowes/83f4bbcaff42f8c5316e to your computer and use it in GitHub Desktop.
Save robinbowes/83f4bbcaff42f8c5316e to your computer and use it in GitHub Desktop.
us.nodes perms
# general settings
daemonize = 1
direct_addressing = 1
# ActiveMQ connector settings
connector = activemq
plugin.activemq.pool.size = 1
plugin.activemq.pool.1.host = 192.168.50.31
plugin.activemq.pool.1.port = 61613
plugin.activemq.pool.1.user = server
plugin.activemq.pool.1.password = pGx9LlKXNlomNKRMHDF0Fp8/bfEZ504hNLKs0NGhMwY=
plugin.activemq.heartbeat_interval = 30
# How often to send registration messages
registerinterval = 600
# Security provider
securityprovider = psk
plugin.psk = viepfU6beJDdy6D1WfjFgoWWKSvV1tOXfmffnH8vk88=
main_collective = mcollective
collectives = mcollective,us
libdir = /usr/libexec/mcollective
logfile = /var/log/mcollective.log
loglevel = info
# Facts
factsource = yaml
plugin.yaml = /etc/mcollective/facts.yaml
# general settings
daemonize = 1
direct_addressing = 1
# ActiveMQ connector settings
connector = activemq
plugin.activemq.pool.size = 1
plugin.activemq.pool.1.host = 192.168.50.21
plugin.activemq.pool.1.port = 61613
plugin.activemq.pool.1.user = server
plugin.activemq.pool.1.password = pGx9LlKXNlomNKRMHDF0Fp8/bfEZ504hNLKs0NGhMwY=
plugin.activemq.heartbeat_interval = 30
# How often to send registration messages
registerinterval = 600
# Security provider
securityprovider = psk
plugin.psk = viepfU6beJDdy6D1WfjFgoWWKSvV1tOXfmffnH8vk88=
main_collective = mcollective
collectives = mcollective,eu
libdir = /usr/libexec/mcollective
logfile = /var/log/mcollective.log
loglevel = info
# Facts
factsource = yaml
plugin.yaml = /etc/mcollective/facts.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment