X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Freference%2Fplugins%2Fregistration.md;fp=website%2Freference%2Fplugins%2Fregistration.md;h=0000000000000000000000000000000000000000;hb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;hp=fc92bc2917269af50b082f1b4c46afc6ff62e573;hpb=8a3fe7daeecccf43dd71c59371c5005400d35101;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/reference/plugins/registration.md b/website/reference/plugins/registration.md deleted file mode 100644 index fc92bc2..0000000 --- a/website/reference/plugins/registration.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -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