--- layout: default title: Registration toc: false --- [RegistrationMonitor]: http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/AgentRegistrationMonitor MCollective supports the ability for each node to register with a central inventory. The core functionality of Mcollective doesn't require registration internally; it's simply provided as a framework to enable you to build inventory systems or Web UIs. ## Details Registration plugins are easy to write. You can configure your nodes to use your own or the provided one. The one we provide simply sends a list of agents to the inventory. It's available in the plugins directory under *registration/agentlist.rb* and can be seen in its entirety below: {% highlight ruby %} module MCollective module Registration # A registration plugin that simply sends in the list of agents we have class Agentlist