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.26.5 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.26.4 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.26.3 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.26.2 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.26.1 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.26.0 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.25.3 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.25.2 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.25.1 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.25.0 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.24.4 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.24.3 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.24.2 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.24.1 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.24.0 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.23.3 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.23.2 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.23.1 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.23.0 lib/mcollective/aggregate/sum.ddl
choria-mcorpc-support-2.23.0.pre lib/mcollective/aggregate/sum.ddl