bin/riemann-aws-billing in riemann-tools-0.2.1 vs bin/riemann-aws-billing in riemann-tools-0.2.2

- old
+ new

@@ -12,10 +12,10 @@ opt :fog_credentials_file, "Fog credentials file", :type => String opt :fog_credential, "Fog credentials to use", :type => String opt :access_key, "AWS access key", :type => String opt :secret_key, "Secret access key", :type => String - opt :services, "AWS services: AmazonEC2 AmazonS3 AWSDataTransfer", :type => strings, :multi => true, :default => ["AmazonEC2", "AmazonS3", "AWSDataTransfer"] + opt :services, "AWS services: AmazonEC2 AmazonS3 AWSDataTransfer", :type => :strings, :multi => true, :default => ["AmazonEC2", "AmazonS3", "AWSDataTransfer"] opt :time_start, "Start time in seconds of the metrics period (2hrs ago default)", :type => Integer, :default => 7200 opt :time_end, "End time in seconds of the metrics period ", :type => Integer, :default => 60