search for: agentlist

Displaying 5 results from an estimated 5 matches for "agentlist".

Did you mean: agentless
2012 Jan 03
0
Create and Initialize List values
Dear all, seasons greetings, I had made a list of elements that I want to have  # list generator Agent<-list(id=NA, position=list(x=NA,y=NA)) # Make list of Agents AgentList<-rep(list(CRAgent),5) # Initialization. Is it shorter to do that with a lapply statement? for (i in c(1:length(CRAgentList))){   AgentList[[i]]$id=i } The created struct looks like > str(AgentList) List of 5  $ :List of 3   ..$ id                  : int 1   ..$ position            :List...
2013 Nov 25
2
mcp ping return no responses
...ollective/security/psk.rb debug 2013/11/25 13:02:31: pluginmanager.rb:44:in `<<'' Registering plugin security_plugin with class MCollective::Security::Psk single_instance: true debug 2013/11/25 13:02:31: pluginmanager.rb:167:in `loadclass'' Loading Mcollective::Registration::Agentlist from mcollective/registration/agentlist.rb debug 2013/11/25 13:02:31: pluginmanager.rb:44:in `<<'' Registering plugin registration_plugin with class MCollective::Registration::Agentlist single_instance: true debug 2013/11/25 13:02:31: pluginmanager.rb:47:in `<<'' Regi...
2012 Jul 10
0
reply: puppet mcollective problem
...ollective/security/psk.rb debug 2012/07/10 10:03:50: pluginmanager.rb:44:in `<<'' Registering plugin security_plugin with class MCollective::Security::Psk single_instance: true debug 2012/07/10 10:03:50: pluginmanager.rb:167:in `loadclass'' Loading Mcollective::Registration::Agentlist from mcollective/registration/agentlist.rb debug 2012/07/10 10:03:50: pluginmanager.rb:44:in `<<'' Registering plugin registration_plugin with class MCollective::Registration::Agentlist single_instance: true debug 2012/07/10 10:03:50: pluginmanager.rb:47:in `<<'' Regis...
2011 Jun 15
22
Using Mcollective with Enterprise Ruby
We are using Enterprise Ruby - I want to dig into Mcollective; however, there is no installation script in the *.tgz. Also, the rpms have various requirements from the stock distribution (RHEL5 in my case) that are already present under our Enterprise Ruby installation. Is there some clever way to weave this together. How to install the Mcollective without the typical setup.rb scripting.
2013 May 29
5
mcollective setup question
I am currently trying to get mcollective 2.2.4 up and running on RHEL 6 activeqm appears to be running and bound to the correct port, I see the server and client connections to the activemq box. However when I run mco ping all "seems to go well" except I get "No responses recieved" and above that I get the following log messages, debug 2013/05/29 17:02:12: activemq.rb:233:in