Sha256: 983d9965d3b495055e7d164c23de656ecf0332946b3396da3845ee66464bc9d1

Contents?: true

Size: 785 Bytes

Versions: 7

Compression:

Stored size: 785 Bytes

Contents

metadata  :name        => "summary",
          :description => "Displays the summary of a set of results",
          :author      => "Pieter Loubser <pieter.loubser@puppetlabs.com>",
          :license     => "ASL 2.0",
          :version     => "1.0",
          :url         => "http://projects.puppetlabs.com/projects/mcollective-plugins/wiki",
          :timeout     => 5

usage <<-USAGE

  This aggregate plugin will display the summary of a set of results.

  DDL Example:

    summarize do
      aggregate summary(:value)
    end

  Sample Output:

    host1.example.com
      Property: collectives
          Value: ["mcollective", "uk_collective"]

    Summary of Value:

        mcollective = 25
      uk_collective = 15
      fr_collective = 9
      us_collective = 1

USAGE

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mcollective-client-2.8.5 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.6 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.4 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.3 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.2 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.1 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.8.0 lib/mcollective/aggregate/summary.ddl