Sha256: fb7d5357b67aa82d93d0a5abc1958d0772ed3e495364e1e1cbe54ed311ecb31e

Contents?: true

Size: 778 Bytes

Versions: 54

Compression:

Stored size: 778 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         => "https://docs.puppetlabs.com/mcollective/plugin_directory/",
          :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

54 entries across 54 versions & 2 rubygems

Version Path
choria-mcorpc-support-2.22.1 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.22.0 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.21.1 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.21.0 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.8 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.12.5 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.7 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.6 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.5 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.4 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.3 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.2 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-2.20.0 lib/mcollective/aggregate/summary.ddl
choria-mcorpc-support-0.0.1 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.12.4 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.12.3 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.12.1 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.12.0 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.10.6 lib/mcollective/aggregate/summary.ddl
mcollective-client-2.11.4 lib/mcollective/aggregate/summary.ddl