mcomaster
mcomaster copied to clipboard
Help with agent registration
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 and agent info seems to be making it to redis. However the agent info is not showing up in the ui.
redis-cli redis 127.0.0.1:6379> smembers "mcollective::nodeagents::hostname"
- "puppet"
- "filemgr"
- "discovery"
- "service"
- "puppetd"
- "nodeinfo"
- "agentinfo"
- "package"
- "power"
- "rpcutil"
- "shell"
Im running mcollective 2.8
I installed from the following rpm: mcomaster-0.1.0-1.141001_113_540c865.el6.x86_64
I have no errors in /var/log/mcollecitve.log on any of my nodes. Not sure where to go from here.
Any info greatly appreciated.