Class: MCollective::Registration::Agentlist

Inherits:
Base
  • Object
show all
Defined in:
lib/mcollective/registration/agentlist.rb

Overview

A registration plugin that simply sends in the list of agents we have

Instance Method Summary collapse

Methods inherited from Base

#config, inherited, #interval, #msg_filter, #publish, #run, #target_collective

Instance Method Details

#bodyObject



5
6
7
# File 'lib/mcollective/registration/agentlist.rb', line 5

def body
  Agents.agentlist
end