Sha256: 172a0c792131d9ec95e8d4e6e74560073de63f31a1aaf99c85acaafd7693f99e

Contents?: true

Size: 693 Bytes

Versions: 54

Compression:

Stored size: 693 Bytes

Contents

metadata  :name        => "Sum",
          :description => "Determine the total added value of a set of values",
          :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 determine the total added value of a set of values.

  DDL Example:

    summarize do
      aggregate sum(:value)
    end

  Sample Output:

    host1.example.com
      Value: 10

    host2.example.com
      Value: 20


   Summary of Value:

      Sum of Value: 30

USAGE

Version data entries

54 entries across 54 versions & 2 rubygems

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