Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
Send elb value to widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bdronneau committed Jul 8, 2015
1 parent 6beaffe commit 96685d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jobs/infra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
max: aws_info.rds_limit
)

send_event(
'elbnumber',
value: aws_info.number_elb,
max: '20'
)

logger.info('End Scheduler AWS')
end

Expand Down

0 comments on commit 96685d0

Please sign in to comment.