skyeye 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,7 @@
16
16
  :comparison_operator: GreaterThanThreshold
17
17
  :warning: 50
18
18
  :critical: 80
19
+ :type: aws
19
20
  :elb:
20
21
  - :name: HealthyHostCount
21
22
  :comparison_operator: LessThanThreshold
data/lib/skyeye/exec.rb CHANGED
@@ -200,7 +200,7 @@ module SkyEye
200
200
  Thread.new do
201
201
  last_check = nil
202
202
 
203
- interval = watch[:interval] || 5
203
+ interval = (watch[:interval] || 5) * 60
204
204
  cw = AWS::CloudWatch.new.client
205
205
 
206
206
  do_check = lambda do |&block|
@@ -1,3 +1,3 @@
1
1
  module Skyeye
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyeye
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: