bin/check-elb-nodes.rb in sensu-plugins-aws-3.0.0 vs bin/check-elb-nodes.rb in sensu-plugins-aws-3.1.0
- old
+ new
@@ -88,11 +88,10 @@
proc: proc(&:to_i)
def aws_config
{ access_key_id: config[:aws_access_key],
secret_access_key: config[:aws_secret_access_key],
- region: config[:aws_region]
- }
+ region: config[:aws_region] }
end
def run
AWS.start_memoizing
elb = AWS::ELB.new aws_config