# File lib/mcollective/aggregate/sum.rb, line 4
      def startup_hook
        @result[:value] = 0
        @result[:type] = :numeric

        # Set default aggregate_function if it is undefined
        @aggregate_format = "Sum of #{@result[:output]}: %f" unless @aggregate_format
      end