mcomaster
mcomaster copied to clipboard
web interface to mcollective
Hi, I installed mcomaster as the doc http://mcomaster.org/docs/install. Mcomaster was started up successfully, but no nodes was discovered.It seems that no data was in the redis database. [root@sk00 mcomaster-master]# /usr/local/bin/redis-cli...
Hello I've installed Mcomaster according wiki. Can see Nodes and Facts in web interface. However I can't see any Agent in list. If I run "mco rpc" from commandline -...
One co-worker is implementing ldap authentication on mcomaster, we had succeed on it using devise, but currently the code is exclusive, it is not possible to have both ldap and...
Hello, I'm having problems getting the agent registration to showup in the UI. Looking over a previous post was great help. https://github.com/ajf8/mcomaster/issues/34 My nodes are self registering in the UI...
I upgraded mcollective to 2.8.1 and my Agents have gone missing. Looking through the logs, they still all exist and each node is still calling them without issue. However mcomaster...
When I try to run any agent against my machine, I get the following error: undefined method `request_sequence' for MCollective::Client:Class I can not seem to find where this method is...
I was wondering if the following feature would be hard to implement: Authentication + authorization for multiple users. I could certainly use it with my MCollective setup but don't know...
Hello, I was wondering if you would be open to the following feature: It would be nice to have a 'jobs' view where you can define custom mco commands for...
when adding more than one identity filter it should be handled as an "or" filter not as an "and" filter. I suppose one could argue that it should be so...