Update version according to OSCI-856
[packages/precise/mcollective.git] / plugins / mcollective / aggregate / summary.ddl
1 metadata  :name        => "summary",
2           :description => "Displays the summary of a set of results",
3           :author      => "Pieter Loubser <pieter.loubser@puppetlabs.com>",
4           :license     => "ASL 2.0",
5           :version     => "1.0",
6           :url         => "http://projects.puppetlabs.com/projects/mcollective-plugins/wiki",
7           :timeout     => 5
8
9 usage <<-USAGE
10
11   This aggregate plugin will display the summary of a set of results.
12
13   DDL Example:
14
15     summarize do
16       aggregate summary(:value)
17     end
18
19   Sample Output:
20
21     host1.example.com
22       Property: collectives
23           Value: ["mcollective", "uk_collective"]
24
25     Summary of Value:
26
27         mcollective = 25
28       uk_collective = 15
29       fr_collective = 9
30       us_collective = 1
31
32 USAGE
33